diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-02-02 18:44:11 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-02-02 18:44:11 +0100 |
commit | eda6326d35e65098e08518a2c6b499709f8ee67e (patch) | |
tree | 85cbb9fe5d882737bf9480b50ccbf0889b0e7812 /web/index.html | |
parent | 6f5f9793da3b40c97e0826c4418a99f71fa31426 (diff) | |
download | turris-lcd-example-eda6326d35e65098e08518a2c6b499709f8ee67e.tar.gz turris-lcd-example-eda6326d35e65098e08518a2c6b499709f8ee67e.tar.bz2 turris-lcd-example-eda6326d35e65098e08518a2c6b499709f8ee67e.zip |
Add web
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> |