From 96d12300ee84b5403ba078328ba6d02603144ac1 Mon Sep 17 00:00:00 2001 From: miles Date: Tue, 10 Mar 2026 16:20:38 +0000 Subject: [PATCH] Update index.html added new domand that can be used --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 74685223..5901bb3c 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,9 @@ (function() { const allowedDomains = [ "give-this-a-new-name.onrender.com/", - "give-this-a-new-name.onrender.com/index.html" + "give-this-a-new-name.onrender.com/index.html", + "milesgd.gamer.gd", + "milesgd.gamer.gd/index.html" ]; const loc = window.location.hostname + window.location.pathname; const isAllowed = allowedDomains.some(urlPart => loc.endsWith(urlPart));