52 lines
1.4 KiB
HTML
52 lines
1.4 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="All articles (A-Z)">
|
|
<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>
|
|
<main>
|
|
<h1 id="title">
|
|
All articles (A-Z)
|
|
</h1>
|
|
<p>The articles were downloaded $downloadDate.</p>
|
|
<p>
|
|
See also the <a href="categories.html">list over categories</a>.
|
|
</p>
|
|
<table>
|
|
<tr>
|
|
<th>Title</th>
|
|
<th>Author</th>
|
|
<th>Date added</th>
|
|
<th>Tags</th>
|
|
</tr>
|
|
$articleEntries
|
|
</table>
|
|
</main>
|
|
</body>
|
|
</html>
|