Anonbot/views/modpost.html

23 lines
792 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport"
content="width=device-width, initial-scale=1 maximum-scale=1.0, user-scalable=0">
<title>Anonbot WL</title>
<link href="../public/style.css" rel="stylesheet">
</head>
<body>
<h2>Post as a moderator</h2>
<form action="/modpost" method="post" id="d" class="f">
<input id="key" name="key" type="text" placeholder="Enter the mod key">
<br/>
<textarea id="mod" name="mod" type="text" cols="36" rows ="7" placeholder="Say something as a moderator..." autofocus></textarea>
</form>
<p class="lead">
<button type="submit" form="d"><strong>Submit</strong></button>
</p>
</body>
</html>