summaryrefslogtreecommitdiff
path: root/konami/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'konami/index.html')
-rw-r--r--konami/index.html22
1 files changed, 21 insertions, 1 deletions
diff --git a/konami/index.html b/konami/index.html
index 2e1d57f..93b87cc 100644
--- a/konami/index.html
+++ b/konami/index.html
@@ -66,7 +66,6 @@
</head>
<body>
- <script src="main.js"></script>
<!-- Navigation Bar -->
<div class="navigation-bar">
@@ -99,7 +98,28 @@
</div>
</main>
+ <!-- Toasty -->
+ <img class='toasty' src='https://s3-eu-west-1.amazonaws.com/wdildnproject2/toasty.png'>
+ <script src="https://code.jquery.com/jquery-3.2.1.min.js"
+ integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
+
+ <!-- Background Music
+ // CREDITS: //
+
+ Title: The Classics - A New Retro Synthwave Mix
+
+ Uploader: Confused Bi-Product of a Misinformed Culture
+
+ Full Credits: https://s1n.pw/konami/assets/midi/midi.txt
+ -->
+ <audio src="./assets/midi/midi.mp3" autoplay 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");
+ audio.volume = 0.1; // Volume Adjuster, might bind it to "- and +" one day if possible.
+ </script>
+ </audio>
</body>