53 lines
1.4 KiB
HTML
53 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-us" dir="ltr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Categories | Nickiel's Static Pages</title>
|
|
<script type="text/javascript" src="/navbar.js"></script>
|
|
<link rel="stylesheet" href="/catppuccin.css">
|
|
<link rel="stylesheet" href="/variables.css">
|
|
|
|
<link rel="stylesheet" href="/css/main.min.13352547759ac6940d329309b455c1cc5e8b56036fb2faddc77c09b4ee1d3b31.css" integrity="sha256-EzUlR3WaxpQNMpMJtFXBzF6LVgNvsvrdx3wJtO4dOzE=" crossorigin="anonymous">
|
|
|
|
|
|
<script src="/js/main.f2979a93a325fecf9605263bd141398a311c8e23388ed7dcff74f92f7e632866.js" integrity="sha256-8peak6Ml/s+WBSY70UE5ijEcjiM4jtfc/3T5L35jKGY=" crossorigin="anonymous"></script>
|
|
|
|
|
|
</head>
|
|
<body class="lightmode">
|
|
<header>
|
|
|
|
<nav>
|
|
<div class="nav-list">
|
|
<a href="/">Nick's Static Pages</a>
|
|
<a href="/">Home</a>
|
|
<a href="/posts/">Posts</a>
|
|
<a href="/tags/">Tags</a>
|
|
<div class="nav-dropdown">
|
|
Themes
|
|
<div class="nav-dropdown-content">
|
|
<a href="#" onclick="light_mode()">Light Mode</a>
|
|
<a href="#" onclick="sunset_mode()">Sunset Mode</a>
|
|
<a href="#" onclick="dark_mode()">Dark Mode</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
|
|
</header>
|
|
<main>
|
|
|
|
<h1>Categories</h1>
|
|
|
|
|
|
|
|
</main>
|
|
<footer>
|
|
<p>Copyright 2024. All rights reserved.</p>
|
|
|
|
</footer>
|
|
</body>
|
|
</html>
|