Skip to content

Commit

Permalink
Update shiggy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
skruyo committed Mar 13, 2024
1 parent 10dd7c4 commit 8619a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/secrets/shiggy.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<div id="container">
<div class="infoObject">
<div id="infoTop" style="display: flex; align-items: center; flex-direction: column;">
<audio id="audio" src="../../assets/audio/see_you_again.mp3"></audio>
<audio id="audio" src="https://skruyo.github.io/assets/audio/see_you_again.mp3"></audio>
<button id="shiggybutton">
press me
<script>
const audio = document.getElementById("audio");
const shiggy = document.createElement("img");
shiggy.src = "../../assets/graphics/shiggy.gif";
shiggy.src = "https://skruyo.github.io/assets/graphics/shiggy.gif";
const element = document.getElementById("shiggybutton");
const container = document.getElementById("infoTop");
element.addEventListener("click", () => {
Expand Down

0 comments on commit 8619a26

Please sign in to comment.