aboutsummaryrefslogtreecommitdiff
path: root/views/verify.html
blob: fb3fb3d40668025445cc5f53778955c674eaa929 (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="/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>