initial commit

This commit is contained in:
2026-06-08 15:27:20 +07:00
commit fec29b3513
29 changed files with 305 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
RewriteEngine On
RewriteBase /
RewriteRule ^index.html$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule . /index.html [L]