add http-server part 3.2

This commit is contained in:
Christopher Hase 2025-04-07 15:30:05 +02:00
parent c4469de718
commit 5fffb0b81b

View file

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