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 | <meta property="og:title" content="Josh Stockin - Blog Archive" /> |
7 | <meta property="og:description" content="The personal blog of Josh Stockin" /> |
8 | <meta property="og:type" content="website" /> |
9 | <meta property="og:url" content="https://joshstock.in/blog" /> |
10 | <style>$css</style> |
11 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
12 | </head> |
13 | <body> |
14 | <div class="blog-center"> |
15 | <span><a href="/">← Back to home</a></span> |
16 | <h1 id="title">Josh Stockin</h1> |
17 | $articles |
18 | <code id="copyright">$copyright</code> |
19 | </div> |
20 | </body> |
21 | </html> |
22 |
|