aboutsummaryrefslogtreecommitdiff
path: root/test/data/pages/gotmyowndomain_https.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/pages/gotmyowndomain_https.html')
-rw-r--r--test/data/pages/gotmyowndomain_https.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/data/pages/gotmyowndomain_https.html b/test/data/pages/gotmyowndomain_https.html
new file mode 100644
index 0000000..ec2aa1f
--- /dev/null
+++ b/test/data/pages/gotmyowndomain_https.html
@@ -0,0 +1,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>