Initial commit

This commit is contained in:
Lucas
2025-11-07 17:39:30 +00:00
commit d58a12059b
32 changed files with 6353 additions and 0 deletions

10
html/images/.htaccess Normal file
View File

@@ -0,0 +1,10 @@
# Auto-generated Muse file. Edits made to this file will be overwritten.
<FilesMatch ".(jpg|jpeg|png|gif|ico|svg|swf)$">
<IfModule mod_headers.c>
Header set Cache-Control "max-age=2592000, public"
</IfModule>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresDefault "access plus 30 days"
</IfModule>
</FilesMatch>