summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-11-23 14:04:12 -0700
committerJoseph Ditton <jditton.atomic@gmail.com>2021-11-23 14:04:12 -0700
commit8d0b32f8dfe45291426e58f6bf20cffac8dab6e7 (patch)
treeec4c1e08e8698d7118641612b67bce940019b3dc /views
parent4ae4e874689a71e33cdd7a5799fc0c85c4861367 (diff)
downloadlocchat-8d0b32f8dfe45291426e58f6bf20cffac8dab6e7.tar.gz
locchat-8d0b32f8dfe45291426e58f6bf20cffac8dab6e7.zip
adds api, guard, tailwind
Diffstat (limited to 'views')
-rw-r--r--views/index.hbs6
1 files changed, 1 insertions, 5 deletions
diff --git a/views/index.hbs b/views/index.hbs
index 30a3987..a4c0f2d 100644
--- a/views/index.hbs
+++ b/views/index.hbs
@@ -1,10 +1,6 @@
<html>
<head>
- <script type="text/javascript">
- window.SETTINGS = {
- jwt: '{{jwt}}'
- };
- </script>
+ <link rel="stylesheet" href="index.css" />
</head>
<body>
<div id="app" />