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

This commit is contained in:
Christopher Hase 2025-04-07 17:00:44 +02:00
parent fba9f348d5
commit 7763179c82

View file

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