mirror of
https://github.com/LiEnby/eCDP-Serial-Code.git
synced 2025-04-17 22:18:49 +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{
|
body{
|
||||||
background-color: black;
|
background-color: black;
|
||||||
background-image:
|
background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0.70), rgba(0, 0, 0, 0.70)),url('bg.gif');
|
||||||
linear-gradient(to bottom, rgba(255, 0, 0, 0.70), rgba(0, 0, 0, 0.70)),
|
|
||||||
url('bg.gif');
|
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
@ -17,7 +15,9 @@ body{
|
|||||||
background-image: linear-gradient(#00e000, green);
|
background-image: linear-gradient(#00e000, green);
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
animation: scroll 50s infinite linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
.macAddr{
|
.macAddr{
|
||||||
width: 60px;
|
width: 60px;
|
||||||
padding: 12px 20px;
|
padding: 12px 20px;
|
||||||
@ -33,6 +33,7 @@ body{
|
|||||||
padding:12px;
|
padding:12px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-image: linear-gradient(yellow, #ad9f02);
|
background-image: linear-gradient(yellow, #ad9f02);
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
.dice{
|
.dice{
|
||||||
width: 40px;
|
width: 40px;
|
||||||
|
@ -240,6 +240,10 @@ function numbersOnly(elem)
|
|||||||
{
|
{
|
||||||
elem.value = elem.value.replace(/[^0-9]/g, '');
|
elem.value = elem.value.replace(/[^0-9]/g, '');
|
||||||
}
|
}
|
||||||
|
function clickjack()
|
||||||
|
{
|
||||||
|
playAudio.play();
|
||||||
|
}
|
||||||
function detectChanges(index)
|
function detectChanges(index)
|
||||||
{
|
{
|
||||||
var elem = dsiMacs[index];
|
var elem = dsiMacs[index];
|
||||||
|
@ -6,7 +6,11 @@
|
|||||||
<script src="ecdp.js"></script>
|
<script src="ecdp.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body onclick="clickjack()">
|
||||||
|
<audio autoplay loop id="playAudio">
|
||||||
|
<source src="BG_09.mp3">
|
||||||
|
</audio>
|
||||||
|
|
||||||
<div class="keygen">
|
<div class="keygen">
|
||||||
<img src="donald.jpg" class="askRonald" width="228" height="406">
|
<img src="donald.jpg" class="askRonald" width="228" height="406">
|
||||||
<div class="leaveOffering"> Leave an offering for Donald McDonald </div>
|
<div class="leaveOffering"> Leave an offering for Donald McDonald </div>
|
||||||
@ -30,7 +34,5 @@
|
|||||||
randomizeManagerNumber();
|
randomizeManagerNumber();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="footer">
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user