diff options
Diffstat (limited to 'example/public/index.html')
-rw-r--r-- | example/public/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/example/public/index.html b/example/public/index.html new file mode 100644 index 0000000..4a42d55 --- /dev/null +++ b/example/public/index.html @@ -0,0 +1,20 @@ +<!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>WebAuthntine Example Site</title> +</head> +<body> + <div class="container"> + <h1>WebAuthntine Example Site</h1> + <p> + 🚪 <a href="/register">Register</a> + </p> + <p> + 🔐 <a href="/login">Login</a> + </p> + </div> +</body> +</html> |