aboutsummaryrefslogtreecommitdiff
path: root/web/index.html
blob: f6f24b0e6e9b5464b2795fecc898c3b3969b3c86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
<head>
	<title>Turris Omnia Feed</title>
</head>
	<body>
		<form action="./add_msg.sh" method="post">
			<input type="text" name="message">max. 60 characters<br>
			<input type="submit" value="Submit">
		</form>
		<br>
		<sup>
			Only ASCII characters are supported! No special characters.
		</sup>
	</body>
</html>