master
Charles Iliya Krempeaux 2023-12-17 20:36:10 -08:00
commit cc6ffe60d6
5 changed files with 81 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,60 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<title>The Gemini Archives</title>
</head>
<body>
<main>
<h1>The Gemini Archives</h1>
<section>
<table border="3">
<tbody>
<tr>
<td>Archive</td>
<td>View by:</td>
<td>Downloadable version</td>
</tr>
<tr>
<td>2021:</td>
<td>
<a href="2021/thread.html">[ Thread ]</a>
<a href="2021/subject.html">[ Subject ]</a>
<a href="2021/author.html">[ Author ]</a>
<a href="2021/date.html">[ Date ]</a>
</td>
<td>
<a href="2021.txt.gz">[ Gzip'd Text 1 MB ]</a></td>
</tr>
<tr>
<td>2020:</td>
<td>
<a href="2020/thread.html">[ Thread ]</a>
<a href="2020/subject.html">[ Subject ]</a>
<a href="2020/author.html">[ Author ]</a>
<a href="2020/date.html">[ Date ]</a>
</td>
<td><a href="2020.txt.gz">[ Gzip'd Text 2 MB ]</a></td>
</tr>
<tr>
<td>2019:</td>
<td>
<a href="2019/thread.html">[ Thread ]</a>
<a href="2019/subject.html">[ Subject ]</a>
<a href="2019/author.html">[ Author ]</a>
<a href="2019/date.html">[ Date ]</a>
</td>
<td><a href="2019.txt.gz">[ Gzip'd Text 146 KB ]</a></td>
</tr>
</tbody>
</table>
</section>
</main>
</body>
</html>

21
index.xhtml 100644
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8" />
<title>Archive of lists.orbitalfox.eu</title>
</head>
<body>
<section>
<h1>Archive of lists.orbitalfox.eu</h1>
<ul>
<li><a href="archives/gemini/">The Gemini Archives</a></li>
</ul>
</section>
</body>
</html>