blob: 6b8949a6b19f2d47d7ed7dda0968ce439cb7e4a3 [file] [log] [blame]
<!-- clock.html -->
<!DOCTYPE HTML>
<html>
<head>
<title>Clock</title>
<script src="../js/clock.js"></script>
<link rel="stylesheet" href="../css/clock.css">
</head>
<body>
<p>The time is: <output id="clock"></output></p>
</body>
</html>