You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.2 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>__TITLE_GOES_HERE__</title>
  7. <link rel="preconnect" href="https://fonts.gstatic.com">
  8. <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=block" rel="stylesheet">
  9. <link href="https://fonts.googleapis.com/css?family=Fira+Mono:500&display=block" rel="stylesheet">
  10. <link rel="stylesheet" href="/pygments.css">
  11. <link rel="stylesheet" href="/style.css">
  12. <link rel="icon" type="image/png" href="/favicon-32.png">
  13. <!-- TODO: add apple touch icon, maybe other favicon sizes -->
  14. </head>
  15. <body>
  16. <div id="page-container">
  17. <div id="content-wrap">
  18. <div id="header">
  19. <div class="content">
  20. <a href="/" class="undecorated">Colin McMillen</a>
  21. <span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="img/twitter.svg" alt="Twitter"></a></span>
  22. </div>
  23. </div>
  24. <div class="content">
  25. __CONTENT_GOES_HERE__
  26. </div>
  27. </div>
  28. <div id="footer">
  29. <div class="content">
  30. &copy 2021 <a href="/" class="undecorated">Colin McMillen</a>.
  31. </div>
  32. </div>
  33. </div>
  34. </body>
  35. </html>