diff options
-rw-r--r-- | test/index.html | 13 | ||||
-rw-r--r-- | test/test.txt | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html new file mode 100644 index 0000000..dcaf7c4 --- /dev/null +++ b/test/index.html | |||
@@ -0,0 +1,13 @@ | |||
1 | <html> | ||
2 | |||
3 | <head> | ||
4 | <title> test </title> | ||
5 | </head> | ||
6 | |||
7 | <body> | ||
8 | |||
9 | <h1>test</h1> | ||
10 | |||
11 | </body> | ||
12 | |||
13 | </html> | ||
diff --git a/test/test.txt b/test/test.txt new file mode 100644 index 0000000..5eced95 --- /dev/null +++ b/test/test.txt | |||
@@ -0,0 +1 @@ | |||
Foobar \ No newline at end of file | |||