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