fix: add index redirects

This commit is contained in:
2026-06-10 23:56:18 +07:00
parent b87cdbcdfc
commit 5fdaa8f726
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<?php
header("Location: index.html");
exit;
+3
View File
@@ -0,0 +1,3 @@
<?php
header("Location: index.html");
exit;
+3
View File
@@ -0,0 +1,3 @@
<?php
header("Location: index.html");
exit;