diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 18:59:16 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 18:59:48 -0700 |
| commit | 81c04315ee022a044c8d22ae7a9bbe065e21f2df (patch) | |
| tree | bd3fed9001a07917c0f45b6f51e62fffc1ea2c97 /signin/content.html | |
| parent | 09cda8862f59f25918c64477d829e46acfc676cb (diff) | |
Add signin
Diffstat (limited to 'signin/content.html')
| -rwxr-xr-x | signin/content.html | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/signin/content.html b/signin/content.html index 458ecfb..ac9eb13 100755 --- a/signin/content.html +++ b/signin/content.html @@ -16,4 +16,22 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. --> -<p>WIP</p> +<h2>Sign in to GNUfault.org</h2> +<hr> +<p>If you need any help, email me at <<a href="mailto:noreply@gnufault.org">connor@gnufault.org</a>>.</p> +<br> +<form class="login" action="signin.php" method="POST"> + <div class="group"> + <label for="username">Username:</label> + <input class="input" type="text" id="username" name="username" required> + </div> + <div class="group"> + <label for="password">Password:</label> + <input class="input" type="password" id="password" name="password" required> + </div> + <div class="group"> + <label for="remember">Remember me:</label> + <input class="checkbox" type="checkbox" id="remember" name="remember" checked> + </div> + <button class="button" type="submit">Send</button> +</form> |
