From f4a041bfec71bba846d402327d6616bdeb8e5f68 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 19 Mar 2021 04:23:04 +0100 Subject: [PATCH] some load performance improvements --- .htaccess | 1 + 404.html | 5 +++-- actaddmanual/index.html | 2 +- actaddmanual/style.css | 3 ++- commissions/index.html | 4 ++-- commissions/style.css | 3 ++- foefrenzy/index.html | 2 +- foefrenzy/style.css | 3 ++- index.html | 4 ++-- res/heart.jpeg | Bin 0 -> 39877 bytes res/heart.png | Bin 553163 -> 0 bytes res/me.jpeg | Bin 0 -> 51009 bytes res/me.png | Bin 486855 -> 0 bytes res/social/instagram.png | Bin 79642 -> 19690 bytes res/social/itch.io.png | Bin 58063 -> 4738 bytes res/social/itch.io_dark.png | Bin 53839 -> 6024 bytes scripts/main.js | 2 +- style/style.css | 3 ++- 18 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 res/heart.jpeg delete mode 100644 res/heart.png create mode 100644 res/me.jpeg delete mode 100644 res/me.png diff --git a/.htaccess b/.htaccess index e68937e..a8bfd37 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,4 @@ +Header append Cache-Control max-age=31536000 Options +MultiViews -Indexes ErrorDocument 404 /404.html diff --git a/404.html b/404.html index 6eff92b..7cd5994 100644 --- a/404.html +++ b/404.html @@ -5,12 +5,13 @@ 404 - +