lwaldron.cc/photo.html
2025-03-22 12:04:23 -04:00

27 lines
594 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset = "UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Liam Waldron - Photos</title>
<link type="text/css" rel="stylesheet" href="css/everforest.css"/>
</head>
<body>
<div class="sidenav">
<a href="index.html">Home</a>
<a href="blog/index.html">Blog</a>
<a href="projects/index.html">Projects</a>
<a href="photo.html">Photography</a>
</div>
<div class="hero-image">
<div class="hero-text">
<h1>Template Page<h1>
</div>
</div>
<div class="main">
</div>
</body>
</html>