080609/index.html
2023-05-19 14:03:17 +02:00

22 lines
574 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="index.js" defer></script>
<link href="style.css" rel="stylesheet">
<title>Document</title>
</head>
<body>
<div style="text-align: center;">
<p>If you were born on the 8th of June 2009 you would be</p>
<h3 id="age"></h3>
<p>And your birthday would be in</p>
<div id="countdown"></div>
</div>
</body>
</html>