diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-23 07:24:43 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-23 07:24:43 +0000 |
commit | 7befb0d210a820c29a22f3c80c89620fe20c4c17 (patch) | |
tree | 3084b94a0dd1256164bef4881648f1b0fdbf8cbe /spring-front/public/index.html | |
parent | wip (diff) | |
download | mdrtl-7befb0d210a820c29a22f3c80c89620fe20c4c17.tar.gz mdrtl-7befb0d210a820c29a22f3c80c89620fe20c4c17.zip |
wip
Diffstat (limited to 'spring-front/public/index.html')
-rw-r--r-- | spring-front/public/index.html | 3 |
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> |