47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
|
<!DOCTYPE html>
|
|||
|
<html lang="en">
|
|||
|
|
|||
|
<head>
|
|||
|
<meta charset="UTF-8" />
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|||
|
<link rel="stylesheet" href="style.css" />
|
|||
|
|
|||
|
</head>
|
|||
|
|
|||
|
<body>
|
|||
|
|
|||
|
<div id="container">
|
|||
|
<img src="poster globule game jam (8).png" alt="Background Image" style="width: 300px; height: auto;">
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
<br>
|
|||
|
|
|||
|
<div id="countdown" class="countdown">
|
|||
|
|
|||
|
<div class="time">
|
|||
|
<h2 id="days"></h2>
|
|||
|
<small>Days</small>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="time">
|
|||
|
<h2 id="hours"></h2>
|
|||
|
<small>Hours</small>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="time">
|
|||
|
<h2 id="minutes"></h2>
|
|||
|
<small>Minutes</small>
|
|||
|
</div>
|
|||
|
|
|||
|
<div class="time">
|
|||
|
<h2 id="seconds"></h2>
|
|||
|
<small>Seconds</small>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
<br>
|
|||
|
<P style=" color: white;"> Get ready for an unforgettable event! Brace yourselves as we count down!</P>
|
|||
|
<script src="script.js"></script>
|
|||
|
</body>
|
|||
|
</html>
|