26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>Autist</title>
|
|
<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>
|
|
<marquee id="ad" behavior="scroll" direction="left" aria-label="Site donation message">
|
|
Help maintain this site by <a href="https://fentseller.lol/bio">donating crypto</a> (server costs are $2/month). If you don't want to or can't, that's alright :)! You can submit audios <a href="https://github.com/zyqunix/tools/issues">here</a>
|
|
</marquee>
|
|
|
|
<div class="main" id="main">
|
|
<h3 id="played">No sound played. Press the button!</h3>
|
|
<button id="playButton">Get random sound</button>
|
|
</div>
|
|
|
|
<audio id="audio" autoplay src="" aria-hidden="true"></audio>
|
|
<button id="toggle">Toggle Ad</button>
|
|
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html>
|