hugo-batsite/public/categories/index.html

56 lines
1.6 KiB
HTML
Raw Normal View History

2022-04-09 16:00:23 +00:00
<!DOCTYPE html>
2022-04-15 19:22:33 +00:00
<html lang="en"><head>
2022-04-09 16:00:23 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Categories</title>
<link rel="stylesheet" href="/scss/main.css">
<link rel="icon" type="image/x-icon" href="/svg/favicon.svg">
</head>
2022-04-15 19:22:33 +00:00
<body class="colorswitch"><div id="content">
2022-04-09 16:00:23 +00:00
<main>
<article>
2022-04-15 19:22:33 +00:00
<header class="colorswitch">
<h1 id="title">Categories</h1>
2022-04-09 16:00:23 +00:00
</header>
</article>
2022-04-15 19:22:33 +00:00
<div id="pagelist">
2022-04-09 16:00:23 +00:00
2022-04-15 19:22:33 +00:00
</div>
</div>
2022-04-09 16:00:23 +00:00
</main>
2022-04-15 19:22:33 +00:00
</div><footer class="colorswitch">
<span id="footer-left"></span>
<span id="footer-center">
<nav id="footer-nav" aria-label="navigation">
2022-04-09 16:00:23 +00:00
2022-04-15 19:22:33 +00:00
<a class="footer-nav-item colorswitch" href="/" title="home"></a>
2022-04-09 16:00:23 +00:00
2022-04-15 19:22:33 +00:00
<a class="footer-nav-item colorswitch" href="/about/" title="about"></a>
2022-04-09 16:00:23 +00:00
2022-04-15 19:22:33 +00:00
<a class="footer-nav-item colorswitch" href="/links/" title="links"></a>
<a class="footer-nav-item colorswitch" href="/music/" title="music"></a>
2022-04-15 19:30:09 +00:00
<a class="footer-nav-item colorswitch" href="/games/" title="games"></a>
2022-04-15 19:22:33 +00:00
<a class="footer-nav-item colorswitch" href="/software/" title="software"></a>
<a class="footer-nav-item colorswitch" href="/posts/" title="posts"></a>
2022-04-09 16:00:23 +00:00
</nav>
2022-04-15 19:22:33 +00:00
</span>
<span id="footer-right">
<input type="checkbox" id="darkmode-toggle" aria-label="darkmode toggle" class="toggleinput">
<label class="togglelabel colorswitch" for="darkmode-toggle" aria-label="darkmode toggle" role="checkbox"></label>
</span>
2022-04-09 16:00:23 +00:00
</footer>
2022-04-15 19:22:33 +00:00
<script src="/js/main.js"></script>
</body>
2022-04-09 16:00:23 +00:00
</html>