mirror of
https://github.com/hexahigh/080609.git
synced 2025-12-11 19:55:06 +01:00
12 lines
289 B
HTML
12 lines
289 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>How old are you in millieseconds?</title>
|
|
<script src="ms.js" defer></script>
|
|
</head>
|
|
<body>
|
|
<p id="number"></p>
|
|
</body>
|
|
</html> |