blog/public/categories/index.html

49 lines
910 B
HTML
Raw Normal View History

2023-10-23 03:51:30 +00:00
<!DOCTYPE html>
<head>
2023-10-23 04:34:36 +00:00
<title>Categories | Blog</title>
2023-10-23 03:51:30 +00:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/fonts.css">
2023-10-23 04:34:36 +00:00
2023-10-23 03:51:30 +00:00
</head>
<html>
<!DOCTYPE html>
<html>
<body>
<header class="site-header">
<div class="wrapper">
<a class="muted small" href="https://nathan.freedomland.xyz">Blogarithm</a>
2023-10-23 03:51:30 +00:00
</div>
</header>
</body>
</html>
<body>
<h1>
Categories
</h1>
<ul>
</ul>
<script src="/js/dark.js" defer="" ></script>
2023-10-23 04:34:36 +00:00
<script type="text/javascript"
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
2023-10-23 03:51:30 +00:00
</body>
</html>