summaryrefslogtreecommitdiff
path: root/src/web/views/login.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-05-27 00:29:36 -0400
committerFreya Murphy <freya@freyacat.org>2024-05-27 00:29:36 -0400
commitcb9d1193c37b7567dcad5497330169d43ab1e8a2 (patch)
tree41fea58928d5d4cf87306458114f5465b6620711 /src/web/views/login.php
downloadldap_forwardauth-cb9d1193c37b7567dcad5497330169d43ab1e8a2.tar.gz
ldap_forwardauth-cb9d1193c37b7567dcad5497330169d43ab1e8a2.tar.bz2
ldap_forwardauth-cb9d1193c37b7567dcad5497330169d43ab1e8a2.zip
initial
Diffstat (limited to 'src/web/views/login.php')
-rw-r--r--src/web/views/login.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/web/views/login.php b/src/web/views/login.php
new file mode 100644
index 0000000..98d69af
--- /dev/null
+++ b/src/web/views/login.php
@@ -0,0 +1,22 @@
+<?php /* Copyright (c) 2024 Freya Murphy */ ?>
+<form method="post">
+<label for="username">Username</label>
+<input
+ type="text"
+ id="username"
+ name="username"
+ autofocus="true"
+>
+<label fot="password">Password</label>
+<input
+ type="password"
+ id="password"
+ name="password"
+>
+<input
+ type="submit"
+ role="button"
+ id="submit"
+ value="Sign In"
+>
+<form>