diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..592b78d --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ +<html> + +<head> + <meta charset="UTF-8"> + <title>Main</title> + <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"> + <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> +</head> + +<body> + <div id="app"></div> + <script src="./main.js"></script> +</body> + +</html>
\ No newline at end of file |
