mirror of
https://github.com/hexahigh/080609.git
synced 2025-12-11 19:55:06 +01:00
22 lines
574 B
HTML
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> |