TabukGGJ24./web 3.html

47 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2024-01-13 23:14:06 +03:00
<!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>