aboutsummaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-02-02 18:44:11 +0100
committerKarel Kočí <karel.koci@nic.cz>2017-02-02 18:44:11 +0100
commiteda6326d35e65098e08518a2c6b499709f8ee67e (patch)
tree85cbb9fe5d882737bf9480b50ccbf0889b0e7812 /web/index.html
parent6f5f9793da3b40c97e0826c4418a99f71fa31426 (diff)
downloadturris-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.html16
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>