From 3c37eb655b8d083f1e47908a2a92a7a3442629e7 Mon Sep 17 00:00:00 2001 From: verd Date: Thu, 25 Jun 2026 23:25:15 +1000 Subject: [PATCH] Revert "Shutdown games/launcher pages and remove Games button from portfolio" --- games/index.html | 1 - goodbye.js | 20 -------------------- index.html | 7 +++++++ launcher.html | 1 - 4 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 goodbye.js diff --git a/games/index.html b/games/index.html index d438221ca..b36ea8303 100755 --- a/games/index.html +++ b/games/index.html @@ -13,7 +13,6 @@ - Games | Verdis diff --git a/goodbye.js b/goodbye.js deleted file mode 100644 index c443068fe..000000000 --- a/goodbye.js +++ /dev/null @@ -1,20 +0,0 @@ -(function () { - var style = document.createElement("style"); - style.textContent = "body > *:not(#goodbye-overlay){display:none!important}"; - document.head.appendChild(style); - - document.addEventListener("DOMContentLoaded", function () { - document.body.style.cssText = "margin:0;padding:0;background:#fff;"; - var overlay = document.createElement("div"); - overlay.id = "goodbye-overlay"; - overlay.setAttribute("role", "main"); - overlay.setAttribute("aria-live", "assertive"); - overlay.style.cssText = "padding:40px;"; - overlay.innerHTML = - "

goodbye

" + - "

ts costs too much

" + - "

no i will not be adding ads they don't give like any $$$ and no you cannot pay me

"; - document.body.appendChild(overlay); - }); -}()); - diff --git a/index.html b/index.html index a6b754963..be7f0d89c 100644 --- a/index.html +++ b/index.html @@ -72,6 +72,13 @@

About Me

Projects & Games

+
+ +
+

Games

+
+
+
diff --git a/launcher.html b/launcher.html index 92729277e..5cd14b6cf 100755 --- a/launcher.html +++ b/launcher.html @@ -13,7 +13,6 @@ - Games | Verdis