Source for serving and static templating/compiling of https://joshstock.in.
| {#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
|---|---|---|---|---|---|---|---|---|
| 3 | 10 Nov 2019 22:21 | 9e52c86 | basic landing page, blog | Josh Stockin | 1 | 17 | 0 | N |
| 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
| 5 | <title>Josh Stockin - Blog Archive</title> |
| 6 | <style>$css</style> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | </head> |
| 9 | <body> |
| 10 | <div class="blog-center"> |
| 11 | <span><a href="index.html">← Back to home</a></span> |
| 12 | <h1 id="title">Josh Stockin</h1> |
| 13 | $articles |
| 14 | <code id="copyright">$copyright</code> |
| 15 | </div> |
| 16 | </body> |
| 17 | </html> |
| 18 |