diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-07-18 13:32:04 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-07-18 13:32:04 +0000 |
commit | 47214a1b045ed8aac7166828bf67dea2769148f0 (patch) | |
tree | 0660feeec2d04aaa16887bf08c0af9dbf3b72e45 /index.html | |
download | zigwebserver-47214a1b045ed8aac7166828bf67dea2769148f0.tar.gz zigwebserver-47214a1b045ed8aac7166828bf67dea2769148f0.tar.bz2 zigwebserver-47214a1b045ed8aac7166828bf67dea2769148f0.tar.xz zigwebserver-47214a1b045ed8aac7166828bf67dea2769148f0.zip |
enough of a web server to host the zig docs
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..251bedc --- /dev/null +++ b/index.html @@ -0,0 +1,6 @@ +<!doctype html> +<html> + <body> + <p>hi there</p> + </body> +</html>
\ No newline at end of file |