some stuff
This commit is contained in:
parent
4ae480551b
commit
cf77bca4e0
15 changed files with 257 additions and 69 deletions
15
Codealong/sykkel.html
Normal file
15
Codealong/sykkel.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script src="modell.js"></script>
|
||||
<script src="controller.js"></script>
|
||||
<script src="view.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue