diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..1e3de3b --- /dev/null +++ b/web/index.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> + <title>Turris Omnia Feed</title> +</head> + <body> + <form action="./add_msg.sh" method="post"> + <input type="text" name="message"><br> + <input type="submit" value="Submit"> + </form> + <br> + <sup> + Only ASCII characters are supported! + </sup> + </body> +</html> |