mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
54 lines
1.1 KiB
HTML
54 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>About</title>
|
|
|
|
|
|
<link rel="stylesheet" href="/scss/main.css">
|
|
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
|
|
</head>
|
|
<body><div id="content">
|
|
<section id="main">
|
|
<h1 id="title">Single Page About</h1>
|
|
<div>
|
|
<article id="content">
|
|
|
|
</article>
|
|
</div>
|
|
</section>
|
|
<aside id="meta">
|
|
<div>
|
|
<section>
|
|
</section>
|
|
|
|
|
|
</div>
|
|
<div>
|
|
|
|
|
|
<a class="next" href="http://example.org/links/">next: Links</a>
|
|
|
|
</div>
|
|
</aside>
|
|
|
|
</div><footer>
|
|
<div id="footer-center">
|
|
<nav id="footer-nav">
|
|
|
|
|
|
<a class="footer-nav-item" href="/" title=""> home</a>
|
|
|
|
<a class="footer-nav-item active" href="/about/" title="About"> about</a>
|
|
|
|
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
|
|
|
|
</nav>
|
|
</div>
|
|
<div id="footer-right">
|
|
<input type="checkbox" id="darkmode-toggle">
|
|
</div>
|
|
</footer>
|
|
<script src="/js/darkmode.js"></script>
|
|
</body>
|
|
</html>
|