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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/spring-front/public/index.html b/spring-front/public/index.html
index 1432ddb..804f336 100644
--- a/spring-front/public/index.html
+++ b/spring-front/public/index.html
@@ -10,6 +10,7 @@
src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"
></script>
<script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
+ <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link
rel="stylesheet"
href="index.css"
@@ -26,8 +27,8 @@
<title>RTLMD</title>
</head>
<body>
+ <noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="root2"></div>
- <script src="../src/index.js"></script>
</body>
</html>