summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-10-30 13:22:06 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-10-30 13:22:06 +0300
commite24ba80820bd49af72a9e1702ed635e9b63452d1 (patch)
tree4c0479d10c94aa72f80d1dad1ad49b28c7695da9 /index.html
parente500394ed975055657fde19d3cd1c106888734b5 (diff)
Add parcel and stuff
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
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