Skip to content

Commit

Permalink
fix: astronomia
Browse files Browse the repository at this point in the history
  • Loading branch information
teamolhuang committed Sep 25, 2024
1 parent dc90731 commit 6cb0e3b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
color: white;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#background-audio {
display: none;
}
</style>
</head>
<body>
Expand All @@ -56,7 +59,10 @@ <h1>雋曄還有幾天放假 ??</h1><br/>
<h3><div class="countdown" id="countdown"></div></h3> <!-- Added div for displaying the countdown -->
</div>

<embed loop="true" src="astronomia.mp3" volume="0.2" hidden="true" type="video/quicktime"></embed>
<audio id="background-audio" autoplay loop>
<source src="astronomia.mp3" type="audio/mp3">
Your browser does not support the audio element.
</audio>

<script>
function countdownToTargetDay() {
Expand Down

0 comments on commit 6cb0e3b

Please sign in to comment.