Add files via upload

This commit is contained in:
Bluzume 2021-08-20 03:12:14 +12:00 committed by GitHub
parent 399ee390ec
commit 9a860232b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 6 deletions

BIN
Web Service/BG_09.mp3 Normal file

Binary file not shown.

View File

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

View File

@ -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];

View File

@ -6,7 +6,11 @@
<script src="ecdp.js"></script>
</head>
<body>
<body onclick="clickjack()">
<audio autoplay loop id="playAudio">
<source src="BG_09.mp3">
</audio>
<div class="keygen">
<img src="donald.jpg" class="askRonald" width="228" height="406">
<div class="leaveOffering"> Leave an offering for Donald McDonald </div>
@ -30,7 +34,5 @@
randomizeManagerNumber();
</script>
<div class="footer">
</div>
</body>
</html>