diff options
author | Johannes Zellner <johannes@nebulon.de> | 2016-03-03 10:53:54 +0100 |
---|---|---|
committer | Johannes Zellner <johannes@nebulon.de> | 2016-03-03 10:53:54 +0100 |
commit | dc22fed0feb42cf50720f1676fc41bb4b6f3c68c (patch) | |
tree | 8e922d3a4db7d1f884ff81c682f1c858ebbf6d33 | |
parent | fef725dade876995342a19d8ddfc2baa16c66fb7 (diff) | |
download | Surfer-dc22fed0feb42cf50720f1676fc41bb4b6f3c68c.tar.gz Surfer-dc22fed0feb42cf50720f1676fc41bb4b6f3c68c.tar.zst Surfer-dc22fed0feb42cf50720f1676fc41bb4b6f3c68c.zip |
Add test files
-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 | |||