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.

44 lines
1.3 KiB

3 years ago
  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. <link rel="icon" type="image/png" href="/favicon.ico">
  7. <link rel="canonical" href="https://www.mcmillen.dev/__PAGE_URL_GOES_HERE__">
  8. <title>__TITLE_GOES_HERE__</title>
  9. <link rel="preconnect" href="https://fonts.gstatic.com">
  10. <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=block" rel="stylesheet">
  11. <link href="https://fonts.googleapis.com/css?family=Fira+Mono:500&display=block" rel="stylesheet">
  12. <link rel="stylesheet" href="/pygments.css">
  13. <link rel="stylesheet" href="/style.css">
  14. <!-- TODO: add apple touch icon, maybe other favicon sizes -->
  15. </head>
  16. <body>
  17. <div id="page-container">
  18. <div id="content-wrap">
  19. <div id="header">
  20. <div class="content">
  21. <a href="/" class="undecorated">Colin McMillen</a>
  22. <span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="/img/twitter.svg" alt="@mcmillen"></a></span>
  23. </div>
  24. </div>
  25. <div class="content">
  26. __CONTENT_GOES_HERE__
  27. </div>
  28. </div>
  29. <div id="footer">
  30. <div class="content">
  31. &copy; 2021 <a href="/" class="undecorated">Colin McMillen</a>.
  32. </div>
  33. </div>
  34. </div>
  35. </body>
  36. </html>