aboutsummaryrefslogtreecommitdiff
path: root/examples/webserver.html
diff options
context:
space:
mode:
authornic-gaffney <gaffney_nic@protonmail.com>2023-07-31 00:08:04 -0500
committernic-gaffney <gaffney_nic@protonmail.com>2023-07-31 00:08:04 -0500
commit7275a607d45d7e4f206f005584eef9ea5e331044 (patch)
tree1dc6d8ad482ed85787feccebbdbbb1aaf54bb98c /examples/webserver.html
parent9b2fe27e03ae1962305f9032823e9984b2cf503c (diff)
parent7cd943581febdf20f4f0590907cfc05986453f53 (diff)
downloadsloth-7275a607d45d7e4f206f005584eef9ea5e331044.tar.gz
Merge branch 'master' of github.com-Nic:slothlang/sloth
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>