frontend: cleaner look when accessed from CRA-server
Massimo Melina committed
Feb 12, 2022 at 16:33 UTC
c5382827b5ee2061f23c0655ba538c89bc6a591f
1 file changed
+1
-1
frontend/public/index.html
+1
-1
@@ -11,7 +11,7 @@
11
<title>File Server</title>
12
</head>
13
<body>
14
- _HFS_PLUGINS_
14
+ <div hidden>_HFS_PLUGINS_</div>
15
<noscript>You need to enable JavaScript to run this app.</noscript>
16
<div id="root"></div>
17
</body>