comparison src/blog/blog.html @ 13:8f9aa9800737 default tip

start blog
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 15 Sep 2025 20:07:12 -0600
parents
children
comparison
equal deleted inserted replaced
12:5551c7b1a4cb 13:8f9aa9800737
1 <!doctype html>
2 <html lang="en">
3 <head>
4 <script src="/site.js"></script>
5 <script> head() </script>
6 <title>Arkian - Blog</title>
7 <style>
8 h1 {
9 margin-bottom: 0;
10 }
11 </style>
12 </head>
13 <body>
14 <script> header() </script>
15 <div content>
16 <h1>Blog</h1>
17
18 <ul links>
19 <li><a href="Programming_Is_Hopeless.html">Programming Is Hopeless</a></li>
20 </ul>
21 </div>
22 </body>
23 </html>