2014-05-19 00:04:56 -06:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2014-06-14 17:31:37 -06:00
|
|
|
<title>Test Page</title>
|
2014-05-19 00:04:56 -06:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2014-06-14 17:31:37 -06:00
|
|
|
<h1>Hello</h1>
|
|
|
|
<p>
|
|
|
|
World!
|
|
|
|
</p>
|
2014-05-19 00:04:56 -06:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|