mmf
This commit is contained in:
parent
4152003726
commit
ed8c5189a1
2 changed files with 10 additions and 1 deletions
|
@ -69,6 +69,12 @@ const strings = {
|
|||
`
|
||||
}
|
||||
|
||||
const shitass = document.getElementById("cute");
|
||||
|
||||
shitass.addEventListener("click", () => {
|
||||
alert('KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE')
|
||||
});
|
||||
|
||||
const startTypingLoop = async () => {
|
||||
while (true) {
|
||||
const random = ((~~(Math.random() * 10) + 1) * 10)
|
||||
|
|
|
@ -32,6 +32,10 @@
|
|||
<li>stinky</li>
|
||||
<li>amber's pet</li>
|
||||
</ul>
|
||||
|
||||
<button id="cute">click me!!!!</button>
|
||||
<br>
|
||||
|
||||
administrator<br>
|
||||
<a href="https://kitsunes.club"><img
|
||||
src="https://s3.kitsunes.club/storage/bf399313-959c-43e1-a225-0e8e6f71a852.png" height="25px">kitsuclub</a>
|
||||
|
@ -68,5 +72,4 @@
|
|||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue