diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 14 |
1 files changed, 1 insertions, 13 deletions
@@ -6,19 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="./vendor/main.css"> - <style> - body { - margin: 0 auto; - } - - img { - width: 100%; - } - - a { - text-decoration: none; - } - </style> + <link rel="stylesheet" href="./global.css"> <script src="https://cdn.auth0.com/js/auth0-spa-js/1.13/auth0-spa-js.production.js"></script> <!-- <script src="https://cdn.auth0.com/js/auth0/9.11/auth0.min.js"></script> --> </link> |
