server/pages/login.html
Jesse Wierzbinski 91242b73bf
RAHHHHHHH
2023-09-13 16:25:45 -10:00

13 lines
343 B
HTML

<!DOCTYPE html>
<head>
<title>Login with FediProject</title>
<meta charset="utf-8">
</head>
<body>
<form method="post" action="{{URL}}">
<input type="text" name="username" placeholder="Username" required />
<input type="password" name="password" placeholder="Password" required />
<input type="submit" value="Login" />
</form>
</body>