31 lines
896 B
HTML
31 lines
896 B
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">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body class="index">
|
|
<header>
|
|
Mirror website of
|
|
<a href="https://proletarianrevolution.net/">
|
|
PROLETARIANREVOLUTION.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>
|