Mercurial Hosting > arkian
annotate src/blog/blog.html @ 17:8cae2ee2684a
more mikraite
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 17 Sep 2025 19:49:43 -0600 |
parents | d32071c18e2b |
children |
rev | line source |
---|---|
13 | 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 </head> | |
8 <body> | |
9 <script> header() </script> | |
10 <div content> | |
11 <h1>Blog</h1> | |
12 | |
13 <ul links> | |
14 <li><a href="Programming_Is_Hopeless.html">Programming Is Hopeless</a></li> | |
15 </ul> | |
16 </div> | |
17 </body> | |
18 </html> |