fix index and submit.php

This commit is contained in:
root 2025-04-18 22:24:23 +02:00
parent ce1174c487
commit 5e87fa9ea9
2 changed files with 3 additions and 1 deletions

View file

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

View file

@ -93,4 +93,6 @@ if (isset($_POST['submit'])){
</div> </div>
</form> </form>
</div> </div>
</br>
<center><p><a href="index.php">Previous Page</a></p></center>
</html> </html>