summaryrefslogtreecommitdiff
path: root/writing.html
diff options
context:
space:
mode:
Diffstat (limited to 'writing.html')
-rw-r--r--writing.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/writing.html b/writing.html
index d95ba16..bceef66 100644
--- a/writing.html
+++ b/writing.html
@@ -7,10 +7,22 @@
<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="./soplt.html">Summer of PLT</a></p></li>
<li><p><a href="./forgejno.html">You Don't Need Forgejo</a></p></li>
</ul>
</div>