summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authornot-a-robot06 <72096472+not-a-robot06@users.noreply.github.com>2024-04-07 08:41:45 +0100
committernot-a-robot06 <72096472+not-a-robot06@users.noreply.github.com>2024-04-07 08:41:45 +0100
commitf52e10b10b9d39dabf6e057cd4ab6e980d97240b (patch)
tree5187a867c42984b239528011f80a74e94768eb50 /resources
downloadhttp-server-f52e10b10b9d39dabf6e057cd4ab6e980d97240b.tar.gz
http-server-f52e10b10b9d39dabf6e057cd4ab6e980d97240b.tar.bz2
http-server-f52e10b10b9d39dabf6e057cd4ab6e980d97240b.zip
initial commitHEADmain
Diffstat (limited to 'resources')
-rw-r--r--resources/hello.html3
-rw-r--r--resources/hello2.html3
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>