diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/hello.html | 3 | ||||
| -rw-r--r-- | resources/hello2.html | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/resources/hello.html b/resources/hello.html new file mode 100644 index 0000000..a46cd33 --- /dev/null +++ b/resources/hello.html @@ -0,0 +1,3 @@ +<html> + hello network! +</html> diff --git a/resources/hello2.html b/resources/hello2.html new file mode 100644 index 0000000..931af2a --- /dev/null +++ b/resources/hello2.html @@ -0,0 +1,3 @@ +<html> + hello network! this is a second message +</html> |
