diff options
author | Omar Rizwan <omar@omar.website> | 2020-12-29 03:03:38 -0800 |
---|---|---|
committer | Omar Rizwan <omar@omar.website> | 2020-12-29 03:03:38 -0800 |
commit | 44c8dfcec6e04a19ef78e2de38c97f49f9fcb8d5 (patch) | |
tree | 32e96542266e3394c93ef65b25d8cb9d44f68eea /test/test-page.html | |
parent | 5f15ab1c379fcd254785a398775fe12ceefdbe60 (diff) |
test: test test-page.html
Diffstat (limited to 'test/test-page.html')
-rw-r--r-- | test/test-page.html | 11 |
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> |