prolerev-not-a-scrape-that-.../templates/dates.html
2025-05-05 22:57:06 +02:00

38 lines
1.1 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="Articles by date">
<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>
<a href="categories.html">Organized by categories</a>
</nav>
<main>
<h1 id="title">
Articles sorted by dates (first to last)
</h1>
<p>The articles were downloaded $downloadDate.</p>
<table>
<tr>
<th>Title</th>
<th>Author</th>
<th>Date added</th>
<th>Tags</th>
</tr>
$articleEntriesByDate
</table>
</main>
</body>
</html>