aboutsummaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html
index 1e3de3b..f6f24b0 100644
--- a/web/index.html
+++ b/web/index.html
@@ -5,12 +5,12 @@
</head>
<body>
<form action="./add_msg.sh" method="post">
- <input type="text" name="message"><br>
+ <input type="text" name="message">max. 60 characters<br>
<input type="submit" value="Submit">
</form>
<br>
<sup>
- Only ASCII characters are supported!
+ Only ASCII characters are supported! No special characters.
</sup>
</body>
</html>