-
This commit is contained in:
17
example/page2.html
Normal file
17
example/page2.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user