Mercurial Hosting > arkian
view src/blog/blog.html @ 20:ffeac1e232a7
fix links
| author | Franklin Schmidt <fschmidt@gmail.com> | 
|---|---|
| date | Fri, 19 Sep 2025 21:40:40 -0600 | 
| parents | d32071c18e2b | 
| children | 4e019ee9c44d | 
line wrap: on
 line source
<!doctype html> <html lang="en"> <head> <script src="/site.js"></script> <script> head() </script> <title>Arkian - Blog</title> </head> <body> <script> header() </script> <div content> <h1>Blog</h1> <ul links> <li><a href="Programming_Is_Hopeless.html">Programming Is Hopeless</a></li> </ul> </div> </body> </html>
