diff options
| author | Sin <[email protected]> | 2020-06-08 03:46:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-06-08 03:46:46 -0700 |
| commit | 4e85f3477272feec785534292ef37ff9822bb018 (patch) | |
| tree | 6ae10b831bdfb798d2cb9286668922d91f51a4ca | |
| parent | formatting (diff) | |
| download | kyzer.co-admin-4e85f3477272feec785534292ef37ff9822bb018.tar.xz kyzer.co-admin-4e85f3477272feec785534292ef37ff9822bb018.zip | |
stop playing bg music bc it takes hella to load
| -rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -125,7 +125,7 @@ Uploader: Confused Bi-Product of a Misinformed Culture Full Credits: https://kyzer.co/konami/assets/audio/midi.mp3.txt --> - <audio src="/konami/assets/audio/midi.mp3" id="music"> + <!-- <audio src="/konami/assets/audio/midi.mp3" id="music"> <p>If you are reading this, it is because your browser does not support the audio element.</p> <script> var audio = document.getElementById("music"); @@ -133,8 +133,8 @@ </script> </audio> - <embed src="/assets/audio/sadness.mp3" id="music-main" volume="1" autostart="true" loop="true" width="0" height="0" preload></embed> - + <embed src="/assets/audio/sadness.mp3" id="music-main" volume="1" autostart="true" loop="true" width="0" height="0" preload></embed> --> + <!-- Loading Animation --> <div class="loader-wrapper"> <div class="loader"> |