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

63 lines
1.8 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="$author">
<meta name="description" content="$title">
<style>
:root {
color-scheme: light dark;
}
body {
margin: 0 auto;
padding: 2rem;
max-width: 1000px;
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>
<a href="categories.html">Categories</a>
$navPrevious $navNext
</nav>
<main>
<h1 id="title">$title</h1>
<ul>
<li>
Date added: <span id="date-added">$dateAdded</span>
<span id="date-added-raw">($dateAddedRaw)</span>
</li>
<li>
Date downloaded: <span id="date-downloaded"
>$downloadDate</span>
</li>
<li>Author: <span id="author">$author</span></li>
<li>Tags: <span id="tags">$tags</span></li>
<li>
Link to original: <a href="$originalLink">$originalLink</a>
</li>
</ul>
<article id="article-body">$body</article>
</main>
<nav>
<a href="index.html">Index</a>
<a href="categories.html">Categories</a>
$navPrevious $navNext
</nav>
</body>
</html>