RAHHHHHHH

This commit is contained in:
Jesse Wierzbinski 2023-09-13 16:25:45 -10:00
parent 298c5bceae
commit 91242b73bf
No known key found for this signature in database
GPG key ID: F9A1E418934E40B0
14 changed files with 358 additions and 76 deletions

13
pages/login.html Normal file
View file

@ -0,0 +1,13 @@
<!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>