39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
<!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">
|
||
<meta name="referrer" content="no-referrer">
|
||
<title>Ⓜ️ $title$</title>
|
||
<link rel="stylesheet" href="/css/default.css" />
|
||
$favicons$
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<div class="logo">
|
||
<a href="/">misconstruedⓂ️monologues</a>
|
||
</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>
|
||
<div class="bleft">
|
||
<a href="/" title="index.html">ホームページ</a>
|
||
</div>
|
||
<div class="bright">
|
||
<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>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html>
|