carga inicial

Carga inicial
This commit is contained in:
IvanAS94
2025-12-26 17:19:37 -08:00
parent d6ba066e85
commit 9261cc3abd
2030 changed files with 127782 additions and 0 deletions

8
.htaccess Normal file
View File

@@ -0,0 +1,8 @@
RewriteEngine On
# If an existing asset or directory is requested go to it as it is
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -f [OR]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} -d
RewriteRule ^ - [L]
# If the requested resource doesn't exist, use index.html
RewriteRule ^(.*)$ index.html