summaryrefslogtreecommitdiffhomepage
path: root/example/public/index.html
blob: f7f3df59bdcbf23b9a3caa88f255888d224329b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <link rel="stylesheet" href="./styles.css" />
    <title>SimpleWebAuthn Example Site</title>
  </head>
  <body>
    <div class="container">
      <h1>SimpleWebAuthn Example Site</h1>
      <p>🚪&nbsp;<a href="/register">Register</a></p>
      <p>🔐&nbsp;<a href="/login">Login</a></p>
    </div>
  </body>
</html>