66 lines
1.9 KiB
HTML
66 lines
1.9 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" />
|
|
<title>nattopages - $title$</title>
|
|
<link rel="stylesheet" href="/css/default.css" />
|
|
<link rel="stylesheet" href="/css/highlight.css" />
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div id="nattopages">
|
|
<a href="/">nattopages</a>
|
|
</div>
|
|
<nav>
|
|
<a href="/about.html">About</a>
|
|
<a href="/contact.html">Contact</a>
|
|
<a href="/archive.html">Archive</a>
|
|
<a href="/links.html">Links</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main role="main">$body$</main>
|
|
|
|
<footer>
|
|
All content published under
|
|
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"
|
|
>Creative Commons Attribution-NonCommercial-ShareAlike 4.0
|
|
International</a
|
|
><br />
|
|
<a href="https://git.weirdnatto.in/natto1784/nattopages">Source</a>
|
|
available under MIT License<br />
|
|
Site proudly generated by
|
|
<a href="http://jaspervdj.be/hakyll">Hakyll</a><br />
|
|
3C4B DBE7 BBF4 5B52 C14E A193 0072 57B0 5FCC 86A8<br />
|
|
<a href="/rss.xml">RSS 2.0</a><br />
|
|
<ul id="subdomains" style="list-style-type: none">
|
|
$for(subdomains)$
|
|
<li style="display: inline-block">
|
|
<a href="https://$name$.$domain$">
|
|
<img
|
|
src="/images/icons/$name$.svg"
|
|
alt="https://$name$.$domain$"
|
|
width="30"
|
|
height="30"
|
|
/>
|
|
</a>
|
|
</li>
|
|
$endfor$
|
|
</ul>
|
|
</footer>
|
|
<input type="checkbox" id="sticker-toggle" />
|
|
<div id="sticker">
|
|
<label for="sticker-toggle"> hello! </label>
|
|
<label for="sticker-toggle">
|
|
<img
|
|
src="/images/personal/nyn.webp"
|
|
alt="いらっしゃいませ"
|
|
aria-hidden="true"
|
|
/>
|
|
</label>
|
|
</div>
|
|
</body>
|
|
</html>
|