mirror of
https://github.com/SileNce5k/discord_bot_mgmt.git
synced 2025-04-20 03:26:14 +02:00
19 lines
No EOL
592 B
Text
19 lines
No EOL
592 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>dbot MGMT Login</title>
|
|
<link rel="stylesheet" href="/css/main.css">
|
|
</head>
|
|
<body>
|
|
<form action="/api/v1/login" method="post">
|
|
<label for="username">Username</label>
|
|
<input type="text" name="username" size="29" required>
|
|
<label for="password">Password</label>
|
|
<input type="password" name="password" size="29" required > <br/>
|
|
<input type="submit" value="Login">
|
|
</form>
|
|
|
|
</body>
|
|
</html> |