Team oppgave og litt unit-testing
This commit is contained in:
parent
fe625a2b6d
commit
29e6711d13
12 changed files with 526 additions and 47 deletions
16
oppgaver/uke6/8ball/index.html
Normal file
16
oppgaver/uke6/8ball/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue