summaryrefslogtreecommitdiff
path: root/writing.html
blob: ec1fe511c53016f02abecd86efc6721056dfdf6b (plain)
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
29
30
31
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0">
		<title>Writing</title>

		<link rel="stylesheet" href="style.css">
		<link rel="stylesheet" href="prose.css">
		<script src="stars.js"></script>
		<style>
			body {
				align-items: center;
			}

			.content {
				width: fit-content;
			}
		</style>
	</head>
	<body>
		<div class="content">
			<h1>My Writing</h1>
			<ul>
				<li><p><a href="./no_ai.html">Taking a Break</a></p></li>
				<li><p><a href="./soplt.html">Summer of PLT</a></p></li>
				<li><p><a href="./forgejno.html">You Don't Need Forgejo</a></p></li>
			</ul>
		</div>
	</body>
</html>