hugo-batsite/public/categories/index.html

46 lines
949 B
HTML
Raw Normal View History

2022-04-09 16:00:23 +00:00
<!DOCTYPE html>
<html><head>
<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>
<body><div id="content">
<main>
<article>
<header>
<h1>List - Categories</h1>
</header>
</article>
<ul>
</ul>
</main>
</div><footer>
2022-04-09 22:18:40 +00:00
<div id="footer-center">
2022-04-09 16:00:23 +00:00
<nav id="footer-nav">
2022-04-09 22:18:40 +00:00
<a class="footer-nav-item" href="/" title=""> home</a>
2022-04-09 16:00:23 +00:00
2022-04-09 22:18:40 +00:00
<a class="footer-nav-item" href="/about/" title="About"> about</a>
2022-04-09 16:00:23 +00:00
2022-04-09 22:18:40 +00:00
<a class="footer-nav-item" href="/links/" title="Links"> links</a>
2022-04-09 16:00:23 +00:00
</nav>
2022-04-09 22:18:40 +00:00
</div>
<div id="footer-right">
<input type="checkbox" id="darkmode-toggle">
</div>
2022-04-09 16:00:23 +00:00
</footer>
2022-04-09 22:18:40 +00:00
<script src="/js/darkmode.js"></script>
2022-04-09 16:00:23 +00:00
</body>
</html>