index.html 215 B

1234567891011
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Passwordless Demo</title>
  5. </head>
  6. <body>
  7. <h1>Passwordless Demo</h1>
  8. <button id="start">Start</button>
  9. <script src="main.js"></script>
  10. </body>
  11. </html>