devlog/public/categories/index.html

70 lines
1.1 KiB
HTML
Raw Normal View History

2024-11-13 21:20:45 +00:00
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
2024-11-24 15:54:20 +00:00
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
2024-11-14 18:45:16 +00:00
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>
2024-11-15 15:12:36 +00:00
Categories | Coding with Andrzej
2024-11-14 18:45:16 +00:00
</title>
2024-11-24 15:54:20 +00:00
<link rel="alternate" type="application/rss+xml" href="http://localhost:1313//index.xml" title="Coding with Andrzej">
2024-11-14 18:45:16 +00:00
2024-11-15 15:12:36 +00:00
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/syntax.css" />
<link rel="stylesheet" href="/css/defaults.css" />
2024-11-14 18:45:16 +00:00
2024-11-24 15:54:20 +00:00
<script src="/js/main.js"></script>
2024-11-13 21:20:45 +00:00
</head>
<body>
<header>
2024-11-24 15:54:20 +00:00
<a href=http://localhost:1313/><h1>Coding with Andrzej</h1></a>
2024-11-13 21:20:45 +00:00
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts/">Posts</a>
</li>
<li>
<a href="/tags/">Tags</a>
</li>
</ul>
</nav>
</header>
<main>
<h1>Categories</h1>
2024-11-15 18:07:17 +00:00
<ul class="page-list">
2024-11-15 15:12:36 +00:00
</ul>
2024-11-13 21:20:45 +00:00
</main>
<footer>
<p>Copyright 2024. All rights reserved.</p>
</footer>
</body>
</html>