This commit is contained in:
parent
94c21a6146
commit
d7d74bf32b
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@
|
||||||
<body>
|
<body>
|
||||||
<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