This commit is contained in:
Geir Okkenhaug Jerstad 2024-10-24 11:27:53 +02:00
parent c5696e28d1
commit 4ae480551b
9 changed files with 219 additions and 29 deletions

18
morse/index.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="modell.js"></script>
<script src="controller.js"></script>
<script src="view.js"></script>
</head>
<body>
<div id="app">
<script>updateView()</script>
<input type="text" onchange=""><button onclick="translate()">Button</button>
</div>
</body>
</html>