18 lines
414 B
HTML
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>
|