stuff
This commit is contained in:
parent
c5696e28d1
commit
4ae480551b
9 changed files with 219 additions and 29 deletions
18
morse/index.html
Normal file
18
morse/index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue