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

This commit is contained in:
Christopher Hase 2025-04-09 13:04:45 +02:00
parent c99a4bb2d2
commit 42a551bd74

View file

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