iching-broker-level2/iching/index.html
Christopher Hase 4b4f35b546
All checks were successful
ci / build (push) Successful in 1m14s
add http-server
2025-04-04 11:48:30 +02:00

13 lines
No EOL
238 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Button mit TypeScript</title>
</head>
<body>
<h1>Mein Button</h1>
<button id="myButton">Klick mich!</button>
<script src="event.js"></script>
</body>
</html>