aboutsummaryrefslogtreecommitdiff
path: root/views/verify.html
diff options
context:
space:
mode:
authorFChannel <>2022-05-02 16:03:32 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commit62edcb3745f414212ee102c13429056f02cf31bd (patch)
tree2001bfbfb562d99866ea46faec7f838ec1dc2864 /views/verify.html
parent1ee6552559141dd5dba91abec7c81d68c56abda0 (diff)
admin login working
Diffstat (limited to 'views/verify.html')
-rw-r--r--views/verify.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/views/verify.html b/views/verify.html
new file mode 100644
index 0000000..fb3fb3d
--- /dev/null
+++ b/views/verify.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <head>
+ </head>
+ <body>
+ <div style="width: 200px; margin: 0 auto;">
+ <form action="/verify" method="post">
+ <label>Identifier</label>
+ <input type="text" id="identifier" name="id" required><br>
+ <label>Code</label>
+ <input type="text" id="verify" name="code" required><br>
+ <input type="submit" value="Verify">
+ </form>
+ </div>
+ </body>
+</html>