diff --git a/homepage/cookies.js b/homepage/cookies.js
index d8f3014..84a93b8 100644
--- a/homepage/cookies.js
+++ b/homepage/cookies.js
@@ -1,6 +1,7 @@
/*
- these code snippets stolen from
+ these code snippets copied from
https://www.w3schools.com/js/js_cookies.asp
+ used under fair use; for copyright see https://www.w3schools.com/about/about_copyright.asp
window.setCookie() sets a cookie, window.getCookie() gets a cookie.
*/
diff --git a/homepage/4chanog.css b/homepage/css/4chanog.css
similarity index 100%
rename from homepage/4chanog.css
rename to homepage/css/4chanog.css
diff --git a/homepage/calebmode.css b/homepage/css/calebmode.css
similarity index 100%
rename from homepage/calebmode.css
rename to homepage/css/calebmode.css
diff --git a/homepage/givemerights.css b/homepage/css/givemerights.css
similarity index 100%
rename from homepage/givemerights.css
rename to homepage/css/givemerights.css
diff --git a/homepage/lists.css b/homepage/css/lists.css
similarity index 100%
rename from homepage/lists.css
rename to homepage/css/lists.css
diff --git a/homepage/mcupdate.css b/homepage/css/mcupdate.css
similarity index 100%
rename from homepage/mcupdate.css
rename to homepage/css/mcupdate.css
diff --git a/homepage/pink.css b/homepage/css/pink.css
similarity index 100%
rename from homepage/pink.css
rename to homepage/css/pink.css
diff --git a/homepage/windowsclassic.css b/homepage/css/windowsclassic.css
similarity index 100%
rename from homepage/windowsclassic.css
rename to homepage/css/windowsclassic.css
diff --git a/homepage/yarahmode.css b/homepage/css/yarahmode.css
similarity index 100%
rename from homepage/yarahmode.css
rename to homepage/css/yarahmode.css
diff --git a/homepage/index.html b/homepage/index.html
index e1d70e7..a8eea10 100644
--- a/homepage/index.html
+++ b/homepage/index.html
@@ -116,11 +116,11 @@ I would much rather talk to you via Signal instead of using something like Disco
Control panel
The following inputs use JavaScript to change this page's stylesheet.
-
-
+
+
Thise input lets you summon an external stylesheet.
-For instance, you can enter in "/windowsclassic.css" to manually use that theme rather than pushing a button.
+For instance, you can enter in "/css/windowsclassic.css" to manually use that theme rather than pushing a button. (update as of 2021-04-05: CSS has been moved to /css/).
Any stylesheet from any on-line source will work.
Be careful because there's surely someone out there that will inject a virus into a stylesheet and get some poor sap to plug that in here.
diff --git a/homepage/quotes.js b/homepage/quotes.js
index 01a9c90..2f2838e 100644
--- a/homepage/quotes.js
+++ b/homepage/quotes.js
@@ -114,7 +114,9 @@ window.initializequotes = function() {
[ "I am a Bangor!",
"Erwin Kreuz" ],
[ "It's not enough that I should succeed - others should fail.",
- "Unknown" ]
+ "Unknown" ],
+ [ "Secundus says hello to his Prima, wherever she is. I ask, my mistress, that you love me.", // House and Office of Volusius Iuvencus
+ "Unknown ]
];
window.quote = 0;
}
diff --git a/homepage/rants/index.html b/homepage/rants/index.html
deleted file mode 100644
index afe68b1..0000000
--- a/homepage/rants/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
-
-
-rants/
-
-
-
My website is here and that is where you will find an index of my rantings.
-
-
diff --git a/homepage/sheets.js b/homepage/sheets.js
index e1d3022..845c615 100644
--- a/homepage/sheets.js
+++ b/homepage/sheets.js
@@ -1,4 +1,4 @@
-// Depends on cookies.js
+/* Depends on cookies.js (non-free) */
/*
SHEETS.JS
@@ -14,16 +14,6 @@
You can use setStyling("") to reset it.
*/
-/*
- www.trinity.moe
- has the following (useful) stylesheets:
-
- /calebmode.css - dark mode (#FFF on #000)
- /givemerights.css - 2019 site theme
- /windowsclassic.css - 2020 site theme;
- based on "Windows Classic" Microsoft Windows theme
-*/
-
window.setStyling = function(sheet) {
document.getElementById('styling').setAttribute('href', sheet);
return sheet;
diff --git a/homepage/shitlist.html b/homepage/shitlist.html
index fc99a97..efbceee 100644
--- a/homepage/shitlist.html
+++ b/homepage/shitlist.html
@@ -4,7 +4,7 @@
-
+