diff options
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> |
