add http-server part 3.10
All checks were successful
ci / build (push) Successful in 1m39s

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>