mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
RAHHHHHHH
This commit is contained in:
parent
298c5bceae
commit
91242b73bf
14 changed files with 358 additions and 76 deletions
13
pages/login.html
Normal file
13
pages/login.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue