Skeleton files and http

This commit is contained in:
Nicholas Keller
2026-08-14 11:24:47 -04:00
parent 432a156403
commit 62ed7e190a
11 changed files with 167 additions and 19 deletions
+31
View File
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Blog_Software</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 id="title">Nick's Blog</h1>
<h2 id="subtitle">Thought I'd write a little bit</h2>
<div id="posts">
<hr>
<div class="post">
<a href="/post/2"><h1>Diabetes Jokes</h1></a>
<h2>Jul 25, 2026</h2>
</div>
<hr>
<div class="post">
<a href="/post/1"><h1>We're Totally Doomed, So Here's The Plan</h1></a>
<h2>Jul 5, 2026</h2>
</div>
<hr>
<div class="post">
<a href="/post/0"><h1>Snippets are better than your Agentic slop</h1></a>
<h2>Jun 26, 2026</h2>
</div>
</div>
</body>
</html>