iching-broker-level3/iching/index.html

13 lines
238 B
HTML
Raw Normal View History

2025-04-04 09:48:30 +00:00
<!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>