aboutsummaryrefslogtreecommitdiff
path: root/test/data/pages/gotmyowndomain.html
blob: daa9ab79f5b85277d3dba0b7f2a3cd58f018e189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
	<head>
		<meta name=charset value="latin1">
		<title>
			Schrodinger's Document
		</title>
	</head>
	<body>
		A nice, simple page for testing.
		<script>
			document.write('<p><b>Or so you thought...</b></p>');
		</script>
	</body>
</html>