diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/index.hbs | 6 |
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" /> |