From 66840460b69f15d3c9f04b78b87fbc9f9d12aaa1 Mon Sep 17 00:00:00 2001 From: PossiblyAxolotl Date: Sat, 17 Aug 2024 21:45:35 -0600 Subject: [PATCH] added iframe detection --- apps/piracy.html | 29 +++++++++++++++++++++++++++++ index.html | 34 ++++++++++++++++++++++++++++++++-- style.css | 2 +- 3 files changed, 62 insertions(+), 3 deletions(-) create mode 100644 apps/piracy.html diff --git a/apps/piracy.html b/apps/piracy.html new file mode 100644 index 0000000..8573cec --- /dev/null +++ b/apps/piracy.html @@ -0,0 +1,29 @@ + + + + + + Welcome + + + + + + + +

Woah there!

+ +

If you're seeing this that means you're playing this on the wrong website!

+

Don't worry though, simply click that button and I'll take you to where you can play this game.

+ + + + \ No newline at end of file diff --git a/index.html b/index.html index 6a0571d..29d6cb9 100644 --- a/index.html +++ b/index.html @@ -48,11 +48,41 @@ \ No newline at end of file diff --git a/style.css b/style.css index 697d54b..9e51c44 100644 --- a/style.css +++ b/style.css @@ -166,5 +166,5 @@ nav { box-shadow: 0px 0px 4px rgba(0,0,0,0.5); - z-index: 2147483647; + /*z-index: 2147483647;*/ } \ No newline at end of file