aboutsummaryrefslogtreecommitdiff
path: root/web/index.html
blob: 1e3de3be65fc96be3b51477e0a34d0c8e6bed283 (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"><br>
			<input type="submit" value="Submit">
		</form>
		<br>
		<sup>
			Only ASCII characters are supported!
		</sup>
	</body>
</html>