22 lines
632 B
PHP
22 lines
632 B
PHP
|
<?php
|
||
|
include("header-1.php");
|
||
|
?>
|
||
|
<title>TYTD Archive</title>
|
||
|
<?php
|
||
|
include("header-2.php");
|
||
|
?>
|
||
|
<h1>Removed Lists</h1>
|
||
|
<ul>
|
||
|
<!-- These are from my instance, but I provided the first two
|
||
|
<li><a href="removed-oct312023.php">Oct 31, 2023</a></li>
|
||
|
<li><a href="removed-feb152024.php">Feb 15, 2024</a></li>
|
||
|
-->
|
||
|
</ul>
|
||
|
<h1>Extra links</h1>
|
||
|
<a href="<?php echo $tytd_root; ?>">Add more to archive</a><br>
|
||
|
<a href="/content/">View as files</a><br>
|
||
|
<!--<a href="/collections/">View collections from zip files (to archive.org, don't worry this uses symlinks and bind mounts)</a>-->
|
||
|
<?php
|
||
|
include("footer.php");
|
||
|
?>
|