pages/posts/index.html

24 lines
703 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<meta name="color-scheme" content="dark light">
<title>zane.town/posts</title>
<style type="text/css">
body {font-family: monospace;}
p { margin:0px; padding: 0px;}
a { text-decoration: none; color: unset; }
a:hover { color: #888; }
</style>
<body>
<p>
<a href="https://zane.town/posts">https://zane.town/posts</a><br>
├── <a href="https://zane.town/posts/a-new-site.txt">a-new-site.txt</a><br>
├── <a href="https://zane.town/posts/setup-time.txt">setup-time.txt</a><br>
└── <a href="https://zane.town/posts/the-smokey-skies.txt">the-smokey-skies.txt</a><br>
<br>
0 directories, 3 files
</p>
</body>
</html>