8seg-server/templates/index.html
2023-12-23 14:05:28 +01:00

24 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>8seg Web Interface</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>8seg Web Interface</h1>
<p> 8seg is a community service run by a sole volunteer. Please respect my work, and please do not post
offensive messages, spam or similar. 8seg is currently open to the congress network on the hope that y'all will
behave civilly. Please don't make me put a login wall in front of this thing, alright? ;) </p>
<p>Please do not post automated messages at a frequency higher than one per 20 minutes. No spam, no
commercial advertising and absolutely nothing cryptocurrency-related.</p>
<p> If you have any questions, or you see 8seg being used for something stupid or bad, please email me at
<a href="mailto:37c3.m@jaseg.de">37c3.m@jaseg.de</a> </p>
<form method="POST">
<input type="hidden" name="csrf_token" value="{{csrf_token}}"/>
<button type="submit">I agree to not be an asshole</button>
</form>
</body>
</html>