Anonbot/views/ban.html

20 lines
725 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<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>Ban an IP</h2>
<form action="/banip" method="post" id="d" class="d">
<input id="ip" name="ip" type="text" placeholder="Enter the IP to ban" autofocus>
<input id="reason" name="reason" type="text" placeholder="Enter the reason for banning">
<input id="key" name="key" type="text" placeholder="Enter the mod key">
</form>
<button type="submit" form="d"><strong>Submit</strong></button>
</body>
</html>