Adding a noscript message. Fixes #464
This commit is contained in:
parent
2998957617
commit
3b12f92752
1 changed files with 21 additions and 22 deletions
3
ui/src/index.html
vendored
3
ui/src/index.html
vendored
|
@ -1,6 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta name="Description" content="Lemmy">
|
||||
|
@ -22,8 +21,8 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<noscript>JavaScript is required for this page.</noscript>
|
||||
<div id="app"></div>
|
||||
$bundles
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Reference in a new issue