Files
racket-webview/example/page2.html
2026-03-08 22:49:39 +01:00

18 lines
414 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Example of racket webview</title>
<link href="/styles.css" rel="stylesheet" />
</head>
<body>
<h1 id="h1">This is Page 2</h1>
<div id="test" class="yellow">
<p> Hi there! <a href="/">Click here to load this main page again</a></p>
</div>
<div class="image">
<img src="test.jpg" />
</div>
</body>
</html>