Files
HellionChat/ChatTwo/Http/templates/auth.html
T
Infi 6fe560d111 - 404 favicon
- Try to fix chrome redirect bug
2024-08-28 19:57:50 +02:00

23 lines
534 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Authentication</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="static/start.css">
</head>
<body>
<main class="auth">
<h1>Authcode</h1>
<form action="/auth" method="POST">
<label><input type="password" name="authcode"></label>
<button type="submit">Submit</button>
</form>
<img src="/emote/Sure">
</main>
</body>
</html>