aboutsummaryrefslogtreecommitdiff
path: root/examples/webserver.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webserver.html')
-rw-r--r--examples/webserver.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/webserver.html b/examples/webserver.html
new file mode 100644
index 0000000..a934b67
--- /dev/null
+++ b/examples/webserver.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<head>
+ <title>sloth</title>
+</head>
+<html>
+ <body>
+ <h1>Sloth</h1>
+ <p>paragraph</p>
+ </body>
+</html>