mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 14:00:31 +02:00
qwe
This commit is contained in:
parent
3631d57309
commit
92ffac4fe0
2 changed files with 8 additions and 9 deletions
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
@ -8,17 +9,18 @@
|
|||
<meta name="description" content="Autistic ass friend vro 😭😭😭">
|
||||
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="cards" id="main">
|
||||
<h3 id="played">No sound played. Press the button!</h3>
|
||||
<div class="cards shadow" id="main">
|
||||
<h2>Autist</h2>
|
||||
<button id="sound1 playButton">Play <strong>autist</strong>
|
||||
<audio src="wav/sound1.wav"></audio>
|
||||
</button>
|
||||
<button id="sound2 playButton">Play <strong>downie</strong>
|
||||
<button id="sound2 playButton">Play <strong>downie</strong>
|
||||
<audio src="wav/sound2.wav"></audio>
|
||||
</button>
|
||||
<button id="sound3 playButton">Play <strong>retard</strong>
|
||||
<audio src="wav/sound3.wav" ></audio>
|
||||
<audio src="wav/sound3.wav"></audio>
|
||||
</button>
|
||||
<button id="sound4 playButton">Play <strong>retarded autistic downie</strong>
|
||||
<audio src="wav/sound4.wav"></audio>
|
||||
|
@ -26,8 +28,8 @@
|
|||
</div>
|
||||
|
||||
<audio id="audio" autoplay src="" aria-hidden="true"></audio>
|
||||
<button id="toggle">Toggle Ad</button>
|
||||
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
|
@ -16,10 +16,7 @@ button:not(#toggle) {
|
|||
max-width: 80%;
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
background-color: #454545;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0 4px 10px rgba(16, 16, 16, 0.5);
|
||||
transform: scale(1.1);
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue