remove dumb stuff

This commit is contained in:
constantin 2024-10-17 22:36:03 +02:00
parent 45ae7342ee
commit dcf1f4c608
4 changed files with 0 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 KiB

View File

@ -1,4 +0,0 @@
document.addEventListener("DOMContentLoaded", () => {
const audioElement = document.querySelector('#audio');
document.body.addEventListener("mousemove", () => {audioElement.play()});
});

View File

@ -1,9 +1,6 @@
<head>
<script defer src="https://analytics.simonis.lol/script.js" data-website-id="2c985a58-6b7e-4a13-937e-fa63ef332036"></script>
<script src="/assets/js/app.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>
</body>