Display an error message when JS is disabled.
This commit is contained in:
parent
c18f061548
commit
f17f672de6
@ -18,7 +18,13 @@
|
|||||||
<title>Cyclassist: your bike companion!</title>
|
<title>Cyclassist: your bike companion!</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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 -->
|
<!-- built files will be auto injected -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user