summaryrefslogtreecommitdiff
path: root/writing.html
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-05-10 14:46:07 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-05-10 14:46:07 -0500
commit0063bf9d2b2c416a6317cf45f68847b5720aab49 (patch)
tree2c8ab6fd181e481bf9faff65e6a80f4330a5ff54 /writing.html
parent85a2a330f729d70dfce1b81dc69ec15436a3d44c (diff)
updates and new post: 'Summer of PLT'
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>