mirror of
https://github.com/LiEnby/eCDP-Serial-Code.git
synced 2025-04-10 21:18:50 +01:00
Add files via upload
This commit is contained in:
parent
399ee390ec
commit
9a860232b2
BIN
Web Service/BG_09.mp3
Normal file
BIN
Web Service/BG_09.mp3
Normal file
Binary file not shown.
@ -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;
|
||||
|
@ -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];
|
||||
|
@ -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>
|
Loading…
x
Reference in New Issue
Block a user