summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-11-04 18:06:11 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-11-04 18:06:11 +0200
commit270123cc18ee8acff4b2819f4a609045bd5194f5 (patch)
tree650fb26ac317b2697c1e91ce43682674e0ea874c /index.html
parent69d48eb332ac53104cf57b408059a103151071fb (diff)
Add navigation and profile
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.html b/index.html
index aa7842e..31f8d81 100644
--- a/index.html
+++ b/index.html
@@ -14,6 +14,10 @@
img {
width: 100%;
}
+
+ a {
+ text-decoration: none;
+ }
</style>
<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> -->