aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/public/index.html')
-rw-r--r--spring-front/public/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/spring-front/public/index.html b/spring-front/public/index.html
index c74140d..fcfbe7a 100644
--- a/spring-front/public/index.html
+++ b/spring-front/public/index.html
@@ -12,7 +12,7 @@
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
<link
rel="stylesheet"
- href="/index.css"
+ href="index.css"
type="text/css"
media="screen"
title="no title"
@@ -23,7 +23,7 @@
<title>RTLMD</title>
</head>
<body>
- <script src="index.js" defer></script>
+ <script src="../src/index.js" defer></script>
<div id="root"></div>
</body>
</html>