This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
Files
IT2/html/tasks/chapter_2/clock/oppgave.html
2020-01-29 12:56:06 +01:00

14 lines
338 B
HTML
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="../../../../resources/css/main.css">
<title>Clock</title>
</head>
<body>
<h1>Clock</h1>
<p>The clock right now is: <span id="pointOfTime">Couldn't recieve data</span>.</p>
<script src="script.js"></script>
</body>
</html>