1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
5 | <title>Josh Stockin - $title</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="/blog">← Back to archive</a></span> |
12 | <h1>Josh Stockin</h1> |
13 | <img class="blog-banner" style="background-image: url($banner)"/> |
14 | <h2>$title</h2> |
15 | <p><code>$date</code></p> |
16 | $content |
17 | <p><a href="$permalink">Permalink</a></p> |
18 | <code id="copyright">$copyright</code> |
19 | </div> |
20 | </body> |
21 | </html> |
22 |
|