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

This commit is contained in:
Christopher Hase 2025-04-07 15:57:10 +02:00
parent a40da6c09d
commit 5a654571f7

View file

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