iching-broker-level2/index.html
Christopher Hase 42a551bd74
All checks were successful
ci / build (push) Successful in 1m30s
add http-server part 5.2
2025-04-09 13:04:45 +02:00

12 lines
No EOL
245 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="/iching/event.js"></script>
</body>
</html>