summaryrefslogtreecommitdiff
path: root/writing.html
blob: dcb6d529ac21778237479921acfff29af542f7f9 (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
<!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="prose.css">
		<script src="stars.js"></script>
		<style>
			article {
				inset: 0;
				margin: auto !important;
			}
		</style>
	</head>
	<body>
		<article>
			<h1>My Writing</h1>
			<ul>
				<li><a href="./reversible.html">Reversible Programming Blew my Mind (Reversible Part 1)</a></li>
				<li><a href="./fib.html">I accidentally derived a formula for the Fibonacci Sequence</a></li>
				<li><a href="./no_ai.html">Taking a Break</a></li>
				<li><a href="./soplt.html">Summer of PLT</a></li>
				<li><a href="./forgejno.html">You Don't Need Forgejo</a></li>
			</ul>
		</article>
	</body>
</html>