2014-05-19 00:04:56 -06:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
2016-04-01 14:22:12 -06:00
|
|
|
<head>
|
|
|
|
<title>Test Page</title>
|
|
|
|
</head>
|
2014-05-19 00:04:56 -06:00
|
|
|
|
2016-04-01 14:22:12 -06:00
|
|
|
<body>
|
|
|
|
<h1>Hello</h1>
|
|
|
|
<p>
|
|
|
|
World!
|
|
|
|
</p>
|
|
|
|
</body>
|
2014-05-19 00:04:56 -06:00
|
|
|
|
2014-12-28 00:23:05 -07:00
|
|
|
</html>
|