initial commit

This commit is contained in:
2025-05-29 12:47:28 +02:00
commit a9015c571f
16 changed files with 839 additions and 0 deletions

14
.htaccess Normal file
View File

@ -0,0 +1,14 @@
DirectoryIndex index.html
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE image/svg+xml
</IfModule>
<IfModule mod_mime.c>
AddType image/svg+xml .svg
</IfModule>
<FilesMatch "\.svg$">
Header set Content-Type "image/svg+xml"
Header set Content-Encoding gzip
</FilesMatch>