diff options
author | FChannel <> | 2022-05-02 16:03:32 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 62edcb3745f414212ee102c13429056f02cf31bd (patch) | |
tree | 2001bfbfb562d99866ea46faec7f838ec1dc2864 /static | |
parent | 1ee6552559141dd5dba91abec7c81d68c56abda0 (diff) |
admin login working
Diffstat (limited to 'static')
-rw-r--r-- | static/verify.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/static/verify.html b/static/verify.html deleted file mode 100644 index fb3fb3d..0000000 --- a/static/verify.html +++ /dev/null @@ -1,17 +0,0 @@ -<!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> |