Initial commit after re-install

This commit is contained in:
2026-02-25 19:12:32 +09:00
commit d2635610a4
539 changed files with 57575 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="refresh" content="0; url=index.php" />
<title>Redirecting...</title>
</head>
<body>
<script>
window.location.replace('index.php');
</script>
<a href="index.php">Continue</a>
</body>
</html>