-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (24 loc) · 840 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>stupid</title>
<link rel="stylesheet" href="styles/style.css">
<link rel="stylesheet" href="styles/nav.css">
</head>
<body class="frontpage">
<h1>last chance to save stupidity in cyberspace</h1>
<img src="/img/valknut.png" width=200 alt="site logo: three isosceles triangles connected point to point">
<nav>
<h2><a href="/zines/">zines</a></h2>
<p>graphic + text collabs</p>
<h2><a href="/fuck/">nsfw</a></h2>
<p>pulp fantasy smut playground; 18+!</p>
<h2><a href="/bug/">bug report</a></h2>
<p>notes on amateur entomology</p>
</nav>
</body>
<footer>
<p>visit my friends at <a href="https://canmom.art/">canmom</a> and <a href="https://xrafstar.monster/">xrafstar</a> or email me at lesbianhouse@gmx.com</p>
</footer>
</html>