aboutsummaryrefslogtreecommitdiff
path: root/views/verify.html
blob: 767b29684feef3f10861f44db0847fba98a62e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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="/{{ .key }}/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>