This commit is contained in:
Your Name 2025-10-13 13:49:07 -04:00
commit a54152fcc0
18 changed files with 658 additions and 0 deletions

15
random.php Executable file
View file

@ -0,0 +1,15 @@
<html>
<head>
<link rel="stylesheet" href="/css/main.css" id="pagestyle">
<?php
require 'config.php';
require 'common.php';
echo('<meta http-equiv="refresh" content="5; url=' . getRandom() . '"/>');
?>
<title>Redirecting</title>
</head>
<body>
<p>redirecting you to a random site...</p>
</body>
</html>