/guestbook, /autist, font changes and a new /projects entry
This commit is contained in:
parent
edc8589d1d
commit
8fc3faf8bb
41 changed files with 400 additions and 101 deletions
26
autist/index.html
Normal file
26
autist/index.html
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue