This commit is contained in:
parent
c4469de718
commit
5fffb0b81b
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@
|
||||||
<h1>Mein Button</h1>
|
<h1>Mein Button</h1>
|
||||||
<button id="myButton">Klick mich!</button>
|
<button id="myButton">Klick mich!</button>
|
||||||
|
|
||||||
<script src="event.js"></script>
|
<script type="module" src="event.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue