diff --git a/Web Service/BG_09.mp3 b/Web Service/BG_09.mp3 new file mode 100644 index 0000000..9a0b7db Binary files /dev/null and b/Web Service/BG_09.mp3 differ diff --git a/Web Service/ecdp.css b/Web Service/ecdp.css index b1e1821..654e3cb 100644 --- a/Web Service/ecdp.css +++ b/Web Service/ecdp.css @@ -1,8 +1,6 @@ body{ background-color: black; - background-image: - linear-gradient(to bottom, rgba(255, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), - url('bg.gif'); + background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.70), rgba(0, 0, 0, 0.70)),url('bg.gif'); background-repeat: repeat; text-align:center; } @@ -17,7 +15,9 @@ body{ background-image: linear-gradient(#00e000, green); color: white; border-radius: 5px; + animation: scroll 50s infinite linear; } + .macAddr{ width: 60px; padding: 12px 20px; @@ -33,6 +33,7 @@ body{ padding:12px; border-radius: 4px; background-image: linear-gradient(yellow, #ad9f02); + color: black; } .dice{ width: 40px; diff --git a/Web Service/ecdp.js b/Web Service/ecdp.js index 8b64638..7f9a316 100644 --- a/Web Service/ecdp.js +++ b/Web Service/ecdp.js @@ -240,6 +240,10 @@ function numbersOnly(elem) { elem.value = elem.value.replace(/[^0-9]/g, ''); } +function clickjack() +{ + playAudio.play(); +} function detectChanges(index) { var elem = dsiMacs[index]; diff --git a/Web Service/index.html b/Web Service/index.html index 8108509..99d47bd 100644 --- a/Web Service/index.html +++ b/Web Service/index.html @@ -6,7 +6,11 @@ - + + +
Leave an offering for Donald McDonald
@@ -30,7 +34,5 @@ randomizeManagerNumber(); - \ No newline at end of file