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