diff --git a/site/.domains b/site/.domains deleted file mode 100644 index 165bfb7..0000000 --- a/site/.domains +++ /dev/null @@ -1,2 +0,0 @@ -i-eat.rocks -www.i-eat.rocks \ No newline at end of file diff --git a/site/apps/info.html b/site/apps/info.html index 0743a37..fdae366 100644 --- a/site/apps/info.html +++ b/site/apps/info.html @@ -45,9 +45,8 @@

i-eat.rocks

Rock-OS v0.1.3

-

Created by PossiblyAxolotl

Contact

- +
\ No newline at end of file diff --git a/site/apps/welcome.html b/site/apps/welcome.html index 2e22043..d8c7fd2 100644 --- a/site/apps/welcome.html +++ b/site/apps/welcome.html @@ -26,6 +26,6 @@

Rock-OS is chock-full of rock-related activities to keep your brain stimulated, but of course you know that after paying the modest $1,999 license fee.

Now without further ado, please enjoy Rock-OS!

- + \ No newline at end of file diff --git a/site/images/ui/ieatrocks.png b/site/images/ui/ieatrocks.png new file mode 100644 index 0000000..d0ba319 Binary files /dev/null and b/site/images/ui/ieatrocks.png differ diff --git a/site/index.html b/site/index.html index 29d6cb9..2005a2c 100644 --- a/site/index.html +++ b/site/index.html @@ -67,19 +67,7 @@ } addEventListener("DOMContentLoaded", e => { - var topLevelUrl = getTopLevelUrl().split("/")[2]; - const allowedURLs = ["i-eat.rocks", "possiblyaxolotl.itch.io", "127.00.1:5500"]; - - if (inList(allowedURLs, topLevelUrl) == false) { - const divs = document.querySelectorAll("div"); - divs.forEach(div => { - div.remove(); - }); - - createWindow('apps/piracy.html', 'wuh oh!', '350px', '330px'); - } else { - createWindow('apps/welcome.html', 'welcome', '350px', '550px'); - } + createWindow('apps/welcome.html', 'welcome', '350px', '550px'); })