blog.spyhoodle.me/public/categories/index.html

53 lines
842 B
HTML
Raw Normal View History

2023-04-07 23:19:05 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
2023-05-11 17:15:05 +01:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Categories - spyhoodle.me</title>
<link rel="stylesheet" href="/css/style.css" type="text/css" media="all" />
<link rel="alternate" type="application/rss+xml" href="https://spyhoodle.me/categories/index.xml" title="spyhoodle.me" />
</head>
2023-04-07 23:19:05 +01:00
<body>
2023-05-11 17:15:05 +01:00
<header class="site-header">
<nav class="site-nav">
<a class="logo" href="https://spyhoodle.me">
spyhoodle.me
</a>
2023-11-26 16:05:31 +00:00
&nbsp;-&nbsp;
<a href="/articles/">articles/</a>
&nbsp;-&nbsp;
<a href="/updates/">updates/</a>
2023-05-11 17:15:05 +01:00
</nav>
</header>
<main class="content">
<h1>Categories</h1>
<hr>
2023-04-07 23:19:05 +01:00
</main>
<footer>
2023-05-11 17:15:05 +01:00
<hr>
<p>&copy; <b>spyhoodle.me</b> v4.0.0</p>
2023-04-07 23:19:05 +01:00
</footer>
</body>
</html>
2023-05-11 17:15:05 +01:00