Team oppgave og litt unit-testing

This commit is contained in:
Geir Okkenhaug Jerstad 2024-09-13 13:06:19 +02:00
parent fe625a2b6d
commit 29e6711d13
12 changed files with 526 additions and 47 deletions

View file

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Magic 8-ball</title>
<style rel="stylesheet" href="style.css"></style>
</head>
<body>
<div id="app">
<script src="model.js"></script>
<script src="view.js"></script>
<script src="controller.js"></script>
</div>
</body>
</html>