Skip to content

Commit 05ef199

Browse files
committed
Updated some copy in the html
1 parent 4ef3474 commit 05ef199

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Fido2Demo/wwwroot/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html lang="en">
33

44
<head>
@@ -21,8 +21,8 @@
2121
<body>
2222
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
2323
<div class="container">
24-
<a class="navbar-brand" href="/">
25-
Webauthn.io
24+
<a class="navbar-brand" href="https://github.com/abergs/fido2-net-lib">
25+
FIDO2 .NET library
2626
</a>
2727
</div>
2828
</nav>

Fido2Demo/wwwroot/login.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33

44
<head>
5-
<title>WebAuthn.io</title>
5+
<title>FIDO2 .NET lib Demo</title>
66
<meta charset="utf-8">
77
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
88

@@ -19,13 +19,14 @@
1919
<div class="container">
2020
<div class="login-wrapper">
2121
<form class="form-signin mb-">
22-
<h2 class="form-signin-heading text-center">WebAuthn.io</h2>
22+
<h2 class="form-signin-heading text-center">FIDO2 .NET lib Demo</h2>
2323
<br>
2424
<p class="">
2525
This site can be used to test the <a href="https://www.w3.org/TR/webauthn/">WebAuthn spec</a> on the Chrome, Firefox, and Edge browsers.
2626
Currently, the WebAuthn spec supports credential creation and assertion best using U2F Token, like those provided by Yubico and Feitian.
27-
The code for this demo can be found at the <a href="https://github.com/abergs/fido2-net-lib">Fido2.net-lib repo</a> and the original source <a href="https://github.com/duo-labs/webauthn">here</a>.
27+
2828
</p>
29+
<p>The code for this demo can be found at the <a href="https://github.com/abergs/fido2-net-lib">Fido2.net-lib repo</a> and the original source <a href="https://github.com/duo-labs/webauthn">here</a>.</p>
2930
<p>
3031
To see what's happening under the hood when you create a test user and login using WebAuthn below, you can open your web browser's console and
3132
see the output of the necessary credential objects being used.
@@ -107,7 +108,7 @@ <h2 class="form-signin-heading text-center">WebAuthn.io</h2>
107108
</div>
108109
</div>
109110
<div class="footer text-center fixed-bottom">
110-
<span>Made with <3 by <a href="https://twitter.com/duo_labs">Duo Labs</a></span>
111+
<span>Made with &lt;3 by <a href="https://github.com/abergs/fido2-net-lib/graphs/contributors">the contributors on github</a></span>
111112
</div>
112113
</div>
113114

0 commit comments

Comments
 (0)