muralog/_input/templates/default.html

39 lines
1.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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="/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>