add http-server part 3.10

This commit is contained in:
Christopher Hase 2025-04-07 16:55:41 +02:00
parent 6af865440b
commit fba9f348d5

View file

@ -8,6 +8,6 @@
<h1>Mein Button</h1>
<button id="myButton">Klick mich!</button>
<script type="module" src="./event.js"></script>
<script type="module" src="event.js"></script>
</body>
</html>