feat: doing lots of stuff

This commit is contained in:
Stevan Freeborn
2026-07-08 08:04:22 -05:00
commit 090aacdbb8
45 changed files with 1781 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ Title }}</title>
<link href="/index.css" rel="stylesheet" />
</head>
<body>
<article>{{ Content }}</article>
</body>
</html>