summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-11-05 09:02:55 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-11-05 09:02:55 +0200
commit32a6ffc0c117b4ef28ea9f74517de77f8fafff1a (patch)
treef2f27d060b9f4f1b2a71684ce5e43e6a65b1a9ab /index.html
parent0f0f194cef76a5c1b815a793314e0aca745dd311 (diff)
Styling
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 1 insertions, 13 deletions
diff --git a/index.html b/index.html
index 31f8d81..62906f3 100644
--- a/index.html
+++ b/index.html
@@ -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>