webbed-site/html/natalie-sightings.html

23 lines
791 B
HTML
Raw Permalink Normal View History

<html>
<head>
<style>
$[cat style.css]
</style>
<title>Natalie sightings</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
$[include html/header.html]
<main>
<section>
<h1>Natalie Sightings</h1>
<p>They are reasonably rare. <br>These photographs are uneditted, my various cameras are just fucked up. Ignore the annoying aspect ratio.</p>
</section>
<section>
<flex-grid>$[for file in files/natalie-sightings/*; do echo "<flex-grid-item>$(img-caption "/$file")</flex-grid-item>"; done]</flex-grid>
</section>
</main>
$[include html/footer.html]
</body>
</html>