2021-06-28 17:30:52 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
|
|
|
<title>__TITLE_GOES_HERE__</title>
|
|
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=block" rel="stylesheet">
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Fira+Mono:500&display=block" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" href="/pygments.css">
|
|
|
|
<link rel="stylesheet" href="/style.css">
|
2021-06-29 15:47:15 +00:00
|
|
|
<link rel="icon" type="image/png" href="/favicon.ico">
|
2021-06-28 19:10:39 +00:00
|
|
|
<link rel="canonical" href="https://www.mcmillen.dev/__PAGE_URL_GOES_HERE__">
|
2021-06-28 17:30:52 +00:00
|
|
|
<!-- TODO: add apple touch icon, maybe other favicon sizes -->
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div id="page-container">
|
|
|
|
<div id="content-wrap">
|
|
|
|
<div id="header">
|
|
|
|
<div class="content">
|
|
|
|
<a href="/" class="undecorated">Colin McMillen</a>
|
2021-06-29 15:47:15 +00:00
|
|
|
<span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="/img/twitter.svg" alt="@mcmillen"></a></span>
|
2021-06-28 17:30:52 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="content">
|
|
|
|
__CONTENT_GOES_HERE__
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
<div class="content">
|
2021-06-29 16:09:46 +00:00
|
|
|
© 2021 <a href="/" class="undecorated">Colin McMillen</a>.
|
2021-06-28 17:30:52 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|