Files
racket-webview/example/index.html
2026-03-02 09:34:20 +01:00

18 lines
421 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Example of racket webview</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<h1>Example</h1>
<p>
Please press this <button id="btn">Button</button> for something to happen.
</p>
<p>
Some input text: <input type="Text" id="inp1" value="Default input value" />
</p>
</body>
</html>