startit/oppgaver/uke7/reaksjonstid/index.html

19 lines
337 B
HTML
Raw Normal View History

2024-09-17 14:35:16 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body id="body">
<div id="app">
<script src="mvc.js"></script>
</div>
</body>
</html>