pages/index.html

32 lines
934 B
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 href="https://zane.town/images/">images</a><br>
├── <a href="https://zane.town/posts/">posts</a><br>
├── <a href="https://zane.town/about.txt">about.txt</a><br>
├── <a href="https://zane.town/contact.txt">contact.txt</a><br>
└── <a href="https://zane.town/facts.txt">facts.txt</a><br>
<br><br><p>
4 directories, 3 files
</p>
</body>
</html>