zipkin
Showing
| ... | ... | @@ -3,7 +3,7 @@ |
| <head> | ||
| <meta charset="utf-8"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| <link rel="shortcut icon" href="favicon.ico"> | ||
| <link rel="shortcut icon" href="/favicon.ico"> | ||
| <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.teal-pink.min.css" /> | ||
| <script src="//code.getmdl.io/1.3.0/material.min.js"></script> | ||
| <!-- CSS only --> | ||
| ... | ... | @@ -117,7 +117,7 @@ |
| <!-- <p style="padding-top: 10px; text-align: center; color: gray;"> For Demo</p>--> | ||
| <!-- </div>--> | ||
| <div > | ||
| <img src="img/logo4.png" style="width: 250px;display:block; margin:auto;" alt="logo2"> | ||
| <img src="/img/logo4.png" style="width: 250px;display:block; margin:auto;" alt="logo2"> | ||
| <h1 style="text-align: center">FIDO DEMO</h1> | ||
| </div> | ||
| <!-- <div class="col">--> | ||
| ... | ... | @@ -175,7 +175,7 @@ |
| <!-- JavaScript Bundle with Popper --> | ||
| <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-u1OknCvxWvY5kfmNBILK2hRnQC3Pr17a+RTT6rIHI7NnikvbZlHgTPOOmMi466C8" crossorigin="anonymous"></script> | ||
| <script src="js/webauthn.js"></script> | ||
| <script src="/js/webauthn.js"></script> | ||
| <script> | ||
| // override fetchCredentials in "js/webauthn.js" | ||
| function fetchCredentials(){ | ||
| ... | ... |
Please register or sign in to comment