pages/index.html

33 lines
1.2 KiB
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="color-scheme" content="dark light" />
<link href="favicon.svg" rel="icon" type="image/svg+xml"/>
<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>
</head>
<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><br><p>
5 directories, 3 files
</p>
</body>
</html>