Source for serving and static templating/compiling of https://joshstock.in.
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
5 | 11 Nov 2019 15:35 | 84c5a18 | Formatting, error page | Josh Stockin | 1 | 1 | 1 | 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="/">← 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 |