Files
racket-webui/test.html
2026-02-27 22:39:18 +01:00

19 lines
368 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>test</title>
<script src="webui.js"></script>
<script src="boilerplate.js"></script>
</head>
<body>
<h1>Test</h1>
<p> Use this button
<button id="btn">My Button</button>
</p>
<p>And you will be blessed</p>
<p>
<button id="me">Here</button> You can click something else.
</p>
</body>
</html>