From 234af04c9bd7f7606c73bcbf4d15484fdb68724e Mon Sep 17 00:00:00 2001 From: madison Date: Mon, 13 Apr 2026 13:11:57 +0100 Subject: [PATCH 1/4] Fix formatting in /software/index.html --- software/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/software/index.html b/software/index.html index e36bd09..096be09 100644 --- a/software/index.html +++ b/software/index.html @@ -12,7 +12,8 @@

Sorry! This page is under construction.

-
+ +
From c0430fe3fc0abf676da6b6c18cf2a79c1a1ad2b7 Mon Sep 17 00:00:00 2001 From: madison Date: Mon, 13 Apr 2026 13:19:53 +0100 Subject: [PATCH 2/4] Fix broken tags --- license-info.html | 2 +- third-party/index.html | 50 +++++++++++++++++++++--------------------- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/license-info.html b/license-info.html index cacd841..aa6a834 100644 --- a/license-info.html +++ b/license-info.html @@ -11,7 +11,7 @@
-

License information

+

License information

All webpages and original media on this website are licensed under the Creative Commons Attribution 4.0 International license unless stated otherwise, and the JavaScript used by this website is free software licensed under the GNU General Public License Version 3 or (at your option) any later version.

"Original" means anything NOT under https://www.madstuff.net/third-party/. I do not own any of the files under that directory other than index.html and, to the best of my ability, the other files are attributed on that page.

diff --git a/third-party/index.html b/third-party/index.html index 67303bd..09df214 100644 --- a/third-party/index.html +++ b/third-party/index.html @@ -18,37 +18,37 @@

Media

- - - - - - - - + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + From e97b7906e598221d87a977043b02c229af7a1af7 Mon Sep 17 00:00:00 2001 From: madison Date: Mon, 13 Apr 2026 13:25:54 +0100 Subject: [PATCH 3/4] Replace incorrectly used semantic tag --- license-info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/license-info.html b/license-info.html index aa6a834..871d860 100644 --- a/license-info.html +++ b/license-info.html @@ -12,7 +12,7 @@

License information

-

All webpages and original media on this website are licensed under the Creative Commons Attribution 4.0 International license unless stated otherwise, and the JavaScript used by this website is free software licensed under the GNU General Public License Version 3 or (at your option) any later version.

+

All webpages and original media on this website are licensed under the Creative Commons Attribution 4.0 International license unless stated otherwise, and the JavaScript used by this website is free software licensed under the GNU General Public License Version 3 or (at your option) any later version.

"Original" means anything NOT under https://www.madstuff.net/third-party/. I do not own any of the files under that directory other than index.html and, to the best of my ability, the other files are attributed on that page.

From aa655c990193a215e57755d50d0ea26b17fc461d Mon Sep 17 00:00:00 2001 From: madison Date: Mon, 13 Apr 2026 13:26:54 +0100 Subject: [PATCH 4/4] Remove .htaccess --- .htaccess | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index 5a928f6..0000000 --- a/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Options -Indexes