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 () => {
|
const startTypingLoop = async () => {
|
||||||
while (true) {
|
while (true) {
|
||||||
const random = ((~~(Math.random() * 10) + 1) * 10)
|
const random = ((~~(Math.random() * 10) + 1) * 10)
|
||||||
|
|
|
@ -32,6 +32,10 @@
|
||||||
<li>stinky</li>
|
<li>stinky</li>
|
||||||
<li>amber's pet</li>
|
<li>amber's pet</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<button id="cute">click me!!!!</button>
|
||||||
|
<br>
|
||||||
|
|
||||||
administrator<br>
|
administrator<br>
|
||||||
<a href="https://kitsunes.club"><img
|
<a href="https://kitsunes.club"><img
|
||||||
src="https://s3.kitsunes.club/storage/bf399313-959c-43e1-a225-0e8e6f71a852.png" height="25px">kitsuclub</a>
|
src="https://s3.kitsunes.club/storage/bf399313-959c-43e1-a225-0e8e6f71a852.png" height="25px">kitsuclub</a>
|
||||||
|
@ -68,5 +72,4 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue