first commit

This commit is contained in:
T00700
2022-12-02 13:36:22 +08:00
commit 236efd9a7f
1515 changed files with 326020 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<body>
<?php
$myLinks = array("https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/01.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/02.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/03.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/04.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/05.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/06.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/07.png",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/08.jpg",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/09.jpg",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/10.jpg",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/11.jpg",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/12.jpg",
"https://agit.ai/00700/vvebo/raw/branch/main/wallpaper/13.jpg");
$randomRedirection = $myLinks[array_rand($myLinks)];
header("Location: $randomRedirection");
?>
</body>
</html>