28 lines
777 B
HTML
28 lines
777 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>
|
|
<td>
|
|
<table>
|
|
<tr><th>Label</th><th>Value</th></tr>
|
|
<tr id="item-1"><td>Hi! One</td><td>10</td></tr>
|
|
<tr id="item-2"><td>Ohw!</td><td>12</td></tr>
|
|
<tr id="item-3"><td>Oh no!</td><td>1330</td></tr>
|
|
<tr id="item-4"><td>Right</td><td>102</td></tr>
|
|
<tr id="item-5"><td>Left</td><td>1013</td></tr>
|
|
<tr id="item-6"><td>FLOP</td><td>33</td></tr>
|
|
</table>
|
|
<div class="image">
|
|
<img src="test.jpg" />
|
|
</div>
|
|
</body>
|
|
</html>
|