Update www/index.php

Place "Submit Link" where it was originally
This commit is contained in:
SovereigntyIsNotFreedom 2025-06-10 10:34:40 +02:00
parent 7c144fec1d
commit bfd1c6ca7c

View file

@ -101,6 +101,8 @@ require("header.php");
?> ?>
</div> </div>
<center><a href="submit.php">Submit a new link</a></center>
<?php <?php
require("footer.php"); require("footer.php");
?> ?>