skeez meet model og start på prosjekt
This commit is contained in:
parent
72272476ff
commit
55a4463fcf
11 changed files with 131 additions and 0 deletions
14
team/skeez_meet/index.html
Normal file
14
team/skeez_meet/index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Skeez Meet</title>
|
||||
<script src="modell.js"></script>
|
||||
<script src="view.js"></script>
|
||||
</head>
|
||||
<body onload="updateView()">
|
||||
<div id="app">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue