summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--views/index.hbs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.hbs b/views/index.hbs
index a4c0f2d..890ee25 100644
--- a/views/index.hbs
+++ b/views/index.hbs
@@ -1,9 +1,9 @@
<html>
<head>
- <link rel="stylesheet" href="index.css" />
+ <link rel="stylesheet" href="/index.css" />
</head>
<body>
<div id="app" />
- <script src="index.js"></script>
+ <script src="/index.js"></script>
</body>
</html> \ No newline at end of file