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