From 8c0a2cd561c3c0637bdba1ec7d3f7bc8f079e83b Mon Sep 17 00:00:00 2001 From: Anders Bruun Severinsen <202204885@post.au.dk> Date: Thu, 14 Nov 2024 19:16:46 +0100 Subject: [PATCH] Updated styling --- index.html | 17 +++++++++-------- javascript.js | 4 ---- style.css | 20 -------------------- 3 files changed, 9 insertions(+), 32 deletions(-) delete mode 100644 javascript.js delete mode 100644 style.css diff --git a/index.html b/index.html index 0037644..e48e341 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,15 @@ - - Kattis + + Kattis.dk - - - - - +

+ Ups! You are not supposed to be here. You are on kattis.dk, not kattis.com. +

+

Click the link to be redirected: + click here +

- + \ No newline at end of file diff --git a/javascript.js b/javascript.js deleted file mode 100644 index 2ad2f90..0000000 --- a/javascript.js +++ /dev/null @@ -1,4 +0,0 @@ -//Audio that plays over and over again (Rick Astley's song). -audio = new Audio("http://www.here-and-now.info/audio/rickastley_artists.mp3"); -audio.loop = true; -audio.play(); diff --git a/style.css b/style.css deleted file mode 100644 index 5543301..0000000 --- a/style.css +++ /dev/null @@ -1,20 +0,0 @@ -#rickroll { - position:fixed; - width:100%; - height:100%; - - top:0px; - left:0px; -} -#image { - position:fixed; - height:100px; - width:500px; - margin-left:520px; - margin-top:570px; -} -#assign { - position:fixed; - margin-left:870px; - margin-top:-20px; -}