add new frontend template

This commit is contained in:
2023-01-18 22:46:19 -03:00
parent b8517235db
commit bc5ec0f17f
439 changed files with 504285 additions and 5533 deletions

11
frontend/public/.htaccess Normal file
View File

@@ -0,0 +1,11 @@
<filesMatch "\.(html)$">
FileETag None
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</filesMatch>
<Files "*.json">
Header set Access-Control-Allow-Origin "*"
</Files>