TabukGGJ24./web 3.html
Ask

47 lines
1.2 KiB
HTML
Raw Blame History

{7a1178411042885555491e695c00fadc775d1ad4 true 1195 web 3.html 0xc002aa21c0}

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>