Display an error message when JS is disabled.

This commit is contained in:
Lucas Verney 2018-07-11 20:34:46 +02:00
parent c18f061548
commit f17f672de6
1 changed files with 7 additions and 1 deletions

View File

@ -18,7 +18,13 @@
<title>Cyclassist: your bike companion!</title>
</head>
<body>
<div id="app"></div>
<div id="app">
<noscript>
<h1>Cyclassist</h1>
<h2>Track and share issues (work, interruption in routes, parked cars) on bike lanes in realtime!</h2>
<p>Sorry, JavaScript is required to run this webapp.</p>
</noscript>
</div>
<!-- built files will be auto injected -->
</body>
</html>