development -> main #1

Open
Christopher.Hase wants to merge 93 commits from development into main
Showing only changes of commit 5fffb0b81b - Show all commits

View file

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