-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 743 Bytes
/
index.html
File metadata and controls
24 lines (23 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ah, vanity</title>
<link rel="stylesheet" href="poole.css">
</head>
<body>
<div class="container content">
<main>
<article class="page">
<h1 class="page-title">sure.</h1>
<h2>local stuff</h2>
<p>you probable want <a href="/my_thoughts">my thoughts page</a></p>
<h2>elsewhere</h2>
<p><a href="https://saintbrevity.tumblr.com">tumblr</a></p>
<p><a href="https://cohost.org/saintbrevity">cohost</a></p>
<p><a href="https://www.metafilter.com/user/80120">Metafilter</a></p>
<p><a href="https://mastodon.social/@saintbrevity">mastodon</a></p>
</article>
</main>
</div>
</body>
</html>