Initial commit

This commit is contained in:
2025-04-08 12:06:32 +02:00
commit 66df99954e
18 changed files with 853 additions and 0 deletions

15
.htaccess Normal file
View File

@@ -0,0 +1,15 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.html [NC,L]
AddDefaultCharset utf-8
AddCharset utf-8 .html .css .js
DefaultLanguage cs-CZ
ErrorDocument 404 /~michal.prochazka/sp/404.html
Options +Includes
AddType text/html .html
AddOutputFilter INCLUDES .html