summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.html b/test.html
new file mode 100644
index 0000000..554098f
--- /dev/null
+++ b/test.html
@@ -0,0 +1,10 @@
+<doctype html>
+<html>
+ <head>
+ <title>Test</title>
+ </head>
+ <body>
+ <h1>Title</h1>
+ <p>This is a test.</p>
+ </body>
+</html>