pages/index.html

29 lines
1.1 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<meta name="color-scheme" content="dark light">
<title>zane.town</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">https://zane.town</a><br>
├── <a href="https://zane.town/cv/">cv</a><br>
├── <a href="https://zane.town/git/">git</a><br>
├── <a title="zane schaffer's images" href="https://zane.town/images/">images</a><br>
├── <a title="zane schaffer's blog posts" href="https://zane.town/posts/">posts</a><br>
├── <a href="https://zane.town/scripts/">scripts</a><br>
├── <a title="general information about zane schaffer" href="https://zane.town/about.txt">about.txt</a><br>
├── <a title="zane schaffer's contact info" href="https://zane.town/contact.txt">contact.txt</a><br>
└── <a title="facts about zane schaffer" href="https://zane.town/facts.txt">facts.txt</a><br>
<br>
5 directories, 3 files
</p>
</body>
</html>