prolerev-not-a-scrape-that-.../templates/categories.html
2025-05-03 04:06:02 +02:00

46 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="PROLETARIANREVOLUTION.NET">
<meta name="description" content="Categories">
<style>
:root {
color-scheme: light dark;
}
body {
margin: 0 auto;
padding: 2rem;
max-width: 1400px;
line-height: 1.6em;
}
table {
border-collapse: collapse;
}
</style>
</head>
<body>
<header>
Mirror website of
<a href="https://proletarianrevolution.net/">
PROLETARIANREVOLTION.NET
</a>
</header>
<nav>
<a href="index.html">Index</a>
</nav>
<main>
<h1 id="title">
Categories or tags
</h1>
<p>The articles were downloaded $downloadDate.</p>
<div id="categories">
$categoryEntries
</div>
</main>
</body>
</html>