2019-06-12 00:26:53 -04:00
<!doctype html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "x-ua-compatible" content = "ie=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2019-06-15 11:41:21 -04:00
< meta name = "referrer" content = "no-referrer" >
2019-08-11 20:48:31 -04:00
< title > Ⓜ️ $title$< / title >
2019-06-12 00:26:53 -04:00
< link rel = "stylesheet" href = "/css/default.css" / >
2019-06-15 11:41:21 -04:00
$favicons$
2019-06-12 00:26:53 -04:00
< / head >
< body >
< header >
< div class = "logo" >
2019-08-11 20:48:31 -04:00
< a href = "/" > misconstruedⓂ️ monologues< / a >
2019-06-12 00:26:53 -04:00
< / div >
< nav >
< a href = "/about.html" > about< / a >
< a href = "/contact.html" > contact< / a >
< a href = "/archive.html" > archive< / a >
< / nav >
< / header >
< main role = "main" >
< h1 > $title$< / h1 >
$body$
< / main >
< footer >
2019-06-12 02:43:52 -04:00
< div class = "bleft" >
2019-08-11 20:48:31 -04:00
< a href = "/" title = "index.html" > ホームページ< / a >
2019-06-12 02:43:52 -04:00
< / div >
< div class = "bright" >
2019-09-24 14:31:49 -04:00
< a href = "/links.html" title = "links to locations in the wired i recommend visiting" > リンク< / a > ・< a href = "/atom.xml" title = "atom feed" > atom feed< / a > ・< a href = "/rss.xml" title = "rss feed" > rss feed< / a >
2019-06-12 02:43:52 -04:00
< / div >
2019-06-12 00:26:53 -04:00
< / footer >
< / body >
< / html >