Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Spooky update!!
  • Loading branch information
Squirrel authored Oct 22, 2024
1 parent b4aa207 commit 19a80fa
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!--Don't worry wish, I have downloaded the index before this, we did not lose it lmao-->
<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -11,7 +12,7 @@
<meta content="https://raw.githubusercontent.com/Freakybob-Team/Freakybob.site/main/Snapshots/Screenshot%202024-09-14%20214912.png" property="og:image" />
<meta content="#006b79" data-react-helmet="true" name="theme-color" />
<link rel="icon" type="image/x-icon" href="images/Main.ico">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/spookyindex.css">
</head>
<body>
<noscript>
Expand All @@ -24,7 +25,7 @@ <h1 id="main-title">Freakybob</h1>

<a href="https://freakybob.site/info"><button id="info-button">Check out the info page!</button></a>
<h2>
<marquee id="marquee-text">Website is going through Maintenance for a Spooky update, Plz be patient with us! - 5quirre1</marquee>
<marquee id="marquee-text">Why did the ghosts love visiting freakybob.site on Halloween? Because it’s the spookiest place to find freaky content. I mean like, where else would they go 😭</marquee>
</h2>
<a href="https://freakybob.site/team" ><button id="team-button">See the team behind freakybob.site!</button></a>

Expand All @@ -36,19 +37,20 @@ <h2>
<script src="js/index.js"></script>
<div id="gplLicenseText">
<footer><p id="gpl-3">No Rights Reserved. All pages are licensed under GPL-3.</p></footer>
<footer id="music-credits">Music by <a id="a-music-credits" href="https://pixabay.com/users/soulprodmusic-30064790/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=200697">Oleg Fedak</a> from <a id="a-music-credits" href="https://pixabay.com/music//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=200697">Pixabay</a></footer>
<footer id="music-credits">Music by <a href="https://pixabay.com/users/sigmamusicart-36860929/?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=252164">Mikhail Smusev</a> from <a href="https://pixabay.com/music//?utm_source=link-attribution&utm_medium=referral&utm_campaign=music&utm_content=252164">Pixabay</a></footer>
</div>
<script>
const ks = new Audio('audio/movement-200697.mp3')
const ks = new Audio('audio/halloween-trap-252164.mp3')
let userinteraction = 0
document.addEventListener('click',()=>{
if(userinteraction) return;
userinteraction++;
ks.play()
})
</script>
</script>
</body>
</html>
<!--I love boys <3 -->



0 comments on commit 19a80fa

Please sign in to comment.