comparison client/public/index.html @ 460:5845fb6bb4ec

client: (minor) improve note when there is no Javascript
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 22 Aug 2018 16:11:11 +0200
parents e4b961315e9f
children 6c3527ddc200
comparison
equal deleted inserted replaced
459:bba166f0326e 460:5845fb6bb4ec
9 <title>wamosjs</title> 9 <title>wamosjs</title>
10 </head> 10 </head>
11 11
12 <body> 12 <body>
13 <noscript> 13 <noscript>
14 <strong>We're sorry but wamosjs doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> 14 <strong>This webapplication needs Javascript enabled to run.
15 Please enable it to continue.</strong>
15 </noscript> 16 </noscript>
16 <div id="app"></div> 17 <div id="app"></div>
17 <!-- built files will be auto injected --> 18 <!-- built files will be auto injected -->
18 </body> 19 </body>
19 20