Add more theme stuff, add a smidge of content
This commit is contained in:
68
public/categories/index.html
Normal file
68
public/categories/index.html
Normal file
@@ -0,0 +1,68 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us" dir="ltr">
|
||||
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>Categories | Kitsune Hosting</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css">
|
||||
|
||||
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
|
||||
|
||||
<div id="nav-border" class="container">
|
||||
<nav id="nav" class="nav justify-content-center">
|
||||
|
||||
<a class="nav-link" href="/">
|
||||
|
||||
|
||||
<i data-feather="home"></i>
|
||||
|
||||
|
||||
Home
|
||||
</a>
|
||||
|
||||
<a class="nav-link" href="/posts/">
|
||||
|
||||
|
||||
<i data-feather="pen-tool"></i>
|
||||
|
||||
|
||||
Posts
|
||||
</a>
|
||||
|
||||
<a class="nav-link" href="/tags/">
|
||||
|
||||
|
||||
<i data-feather="tag"></i>
|
||||
|
||||
|
||||
Tags
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<main>
|
||||
|
||||
<h1>Categories</h1>
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p>Copyright 2024. All rights reserved.</p>
|
||||
|
||||
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user