From c339fc5fd5c566e1c21983accdf5341e58de61d5 Mon Sep 17 00:00:00 2001 From: PossiblyAxolotl Date: Fri, 13 Sep 2024 21:01:08 -0600 Subject: [PATCH] remove .domains, add web badge --- site/.domains | 2 -- site/apps/info.html | 3 +-- site/apps/welcome.html | 2 +- site/images/ui/ieatrocks.png | Bin 0 -> 649 bytes site/index.html | 14 +------------- 5 files changed, 3 insertions(+), 18 deletions(-) delete mode 100644 site/.domains create mode 100644 site/images/ui/ieatrocks.png 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 0000000000000000000000000000000000000000..d0ba319dee5d54ccaa8432c987831e6a6152b027 GIT binary patch literal 649 zcmV;40(Sk0P)Px%DM>^@RA_Pe936?%h7d)Qf!c7tA_NPE~7cnU&mU$%>M z50i^Ac7E0-9W0-OXdK%~U1JvI0hJ80LTHJ8X8;x zfCsM7bzRa8-5WHx06BxBbCto!dc79qZQBOva~rCs$!+WT=t(**KRAza$sgCzd{Y*@ zP2(j(T2R7AkLqapEuPR#21`eC_K&My~idfayk`2TG_s0WSQriFoR z8b4^L8LahnnK1H6E;1Jx{F@q+u`^_F4sINl06DlZS?1uz { - 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'); })