Skip to content

Commit

Permalink
Update and rename akuma.html to the_collective.html
Browse files Browse the repository at this point in the history
  • Loading branch information
redd-rl authored Mar 30, 2024
1 parent 5d3cc8c commit 67b405e
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions akuma.html → the_collective.html
Original file line number Diff line number Diff line change
@@ -1,40 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>Akuma's birthday counter.</title>
<!-- aHR0cHM6Ly9pbWd1ci5jb20vYS9oeWhVeTh0 -->
<title>The Collective....</title>
<link rel="stylesheet" href="static/akuma/styles/style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<meta content="Akuma's birthday counter." property="og:title" />
<meta content="The countdown to Akuma's birthday." property="og:description" />
<meta content="The Collective" property="og:title" />
<meta content="The Collective" property="og:description" />
<meta content="redd-rl.github.io/countdown" property="og:url" />
<meta content="https://cdn.discordapp.com/attachments/382404542245109772/1135830650331594792/favicon-dark.png" property="og:image" />
<meta content="#666666" data-react-helmet="true" name="theme-color" />
<link href="https://fonts.googleapis.com/css?family=Lexend" rel="stylesheet">
<link href="favicon-light.png" rel="icon" media="(prefers-color-scheme: light)"/>
<link href="favicon-dark.png" rel="icon" media="(prefers-color-scheme: dark)"/>
</head>
<div class="flex">
<div id="gridcontainer">
<a id="softbutton" href="/countdown">My boyfriend's birthday!</a>
</div>
<div id="gridcontainer">
<a id="softbutton" href="anniversary">Our anniversary!</a>
</div>
</div>
</div>
<div onmouseover="playMusic()">
<body>
<canvas id="canvas"> </canvas>
<!-- Display the countdown timer in an element -->
<p id="demo"></p>
<script src="static/akuma/scripts/conditional.js"> </script>
<script src="static/akuma/scripts/timer.js"> </script>
<script src="static/thecollective/scripts/conditional.js"> </script>
<script src="static/thecollective/scripts/timer.js"> </script>

<audio autoplay loop id="bgmusic">
<source src="https://cdn.discordapp.com/attachments/382404542245109772/1135800626454999091/yt1s.com_-_Born_To_Be_Wild.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>
<script src="static/akuma/scripts/music.js"></script>
<script src="static/thecollective/scripts/music.js"></script>
<div id="shadowBox">
<h1 class="rainbow_text_animated" id="demo">Loading...</h1>
</div>
Expand Down

0 comments on commit 67b405e

Please sign in to comment.