mirror of
https://git.kittycat.homes/zoe/hugo-batsite.git
synced 2024-08-15 03:18:24 +00:00
45 lines
954 B
HTML
45 lines
954 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Dir1s</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 - Dir1s</h1>
|
|
</header>
|
|
|
|
|
|
</article>
|
|
<ul>
|
|
|
|
|
|
<li>
|
|
<a href="http://example.org/dir1/b/">2022-04-09 | B</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</main>
|
|
|
|
</div><footer>
|
|
<nav id="footer-nav">
|
|
|
|
|
|
<a class="sidebar-nav-item" href="/about" title="">about</a>
|
|
|
|
<a class="sidebar-nav-item active" href="/dir1/" title="Dir1s">Dir1s</a>
|
|
|
|
<a class="sidebar-nav-item" href="/" title="">home</a>
|
|
|
|
<a class="sidebar-nav-item" href="/posts/" title="Posts">Posts</a>
|
|
|
|
</nav>
|
|
</footer>
|
|
</body>
|
|
</html>
|