diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-07-29 10:12:34 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-07-29 10:12:34 -0500 |
| commit | 7cd943581febdf20f4f0590907cfc05986453f53 (patch) | |
| tree | 4d4726cacab0b84f481c2fb160981a456bdc0843 /examples/webserver.html | |
| parent | 7b13e324a8dfea59f8cd1c82fbb3ea3571e64ef4 (diff) | |
| download | sloth-7cd943581febdf20f4f0590907cfc05986453f53.tar.gz | |
general updates
Diffstat (limited to 'examples/webserver.html')
| -rw-r--r-- | examples/webserver.html | 10 |
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> |
