aboutsummaryrefslogtreecommitdiff
path: root/test/data/pages/gotmyowndomain_https.html
blob: ec2aa1fff62d506f95e4e8d296081aaa7a219609 (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 (using HTTPS).
		<script>
			document.write('<p><b>Or so you thought...</b></p>');
		</script>
	</body>
</html>