initial commit

This commit is contained in:
test 2024-08-06 22:37:32 +02:00
commit 598938c002
3 changed files with 13 additions and 0 deletions

Binary file not shown.

BIN
assets/images/coom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<head>
<script async defer data-website-id="53c9a412-6dff-41a1-8959-738d5a809cfd" src="https://analytics.kjan.de/umami.js"></script>
</head>
<body>
<h1>This site is still under construction</h1>
<img src="assets/images/coom.png" />
<audio src="assets/audio/pornhub-intro.mp3" id="audio"></audio>
<script>
document.body.addEventListener("mousemove", () => {
document.getElementById('audio').play();
})
</script>
</body>