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

This commit is contained in:
Christopher Hase 2025-04-07 15:50:09 +02:00
parent cde7ebb867
commit a40da6c09d

View file

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