aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-page.html
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-page.html')
-rw-r--r--test/test-page.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/test-page.html b/test/test-page.html
new file mode 100644
index 0000000..5ae2887
--- /dev/null
+++ b/test/test-page.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Title of Test Page</title>
+ <script src="test-script.js"></script>
+ </head>
+ <body>
+ Body Text of Test Page
+ </body>
+</html>