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 e03af7f commit 60b8c6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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="https://skruyo.github.io/assets/audio/see_you_again.mp3"></audio>
<audio id="auddio" src="https://skruyo.com/assets/audio/see_you_again.mp3"></audio>
<button id="shiggybutton">
press me
<script>
const audio = document.getElementById("audio");
const audio = document.getElementById("auddio");
const shiggy = document.createElement("img");
shiggy.src = "https://skruyo.github.io/assets/graphics/shiggy.gif";
shiggy.src = "https://skruyo.com/assets/graphics/shiggy.gif";
const element = document.getElementById("shiggybutton");
const container = document.getElementById("infoTop");
element.addEventListener("click", () => {
Expand Down

0 comments on commit 60b8c6e

Please sign in to comment.