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; -}