change copyright logo to copyleft "transform 180deg"
changed MIT date
updated CSS, andd added minifed css

Signed-off-by: Sophia Atkinson <sophialul@protonmail.com>
This commit is contained in:
2023-08-28 18:46:10 -07:00
parent 98949aa56f
commit 10c8c84365
10 changed files with 517 additions and 158 deletions

View File

@ -5,4 +5,10 @@ ErrorDocument 403 /page/403.html
RewriteEngine On
RewriteRule ^403$ /page/403.html
RewriteRule ^404$ /page/404.html
#SymLinks End
#SymLinks End
#Allow FILES
<Files ~ (LICENSE|README.md)$>
Order allow,deny
Allow from all
</Files>