Mercurial Hosting > arkian
view src/blog/blog.html @ 29:b6949310d716 default tip
X Community
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sat, 06 Dec 2025 16:02:27 -0700 |
| parents | 4e019ee9c44d |
| children |
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="Saving_This_Website.html">Saving This Website</a></li> <li><a href="Programming_Is_Hopeless.html">Programming Is Hopeless</a></li> </ul> </div> </body> </html>
