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>misconstrued monologues: $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="home">ホームページ</a>
|
|
</div>
|
|
<div class="bright">
|
|
<a href="/contact.html" title="no i will not tell you what it is but you can read the page on how to contact me here if you want">僕の名前</a>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|