aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/public/index.html
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-21 22:03:38 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-21 22:03:38 +0000
commita9d14201191149df78a041c5c129a359c71d9055 (patch)
tree2be4f1342e2b3682be56669888b430760f80d278 /spring-front/public/index.html
parentwip (diff)
downloadmdrtl-a9d14201191149df78a041c5c129a359c71d9055.tar.gz
mdrtl-a9d14201191149df78a041c5c129a359c71d9055.zip
wip
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>