080609/ms.html
2023-06-09 11:56:46 +02:00

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>