testin git in vscode

This commit is contained in:
Geir Okkenhaug Jerstad 2024-09-09 14:31:39 +02:00
parent 63a275315f
commit 4a15b372f9
5 changed files with 32 additions and 0 deletions

View 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>Document</title>
</head>
<body>
<div id="app"></div>
<script src="model.js"></script>
<script src="view.js"></script>
<script src="controller.js"></script>
</body>
</html>