Adding a noscript message. Fixes #464

This commit is contained in:
Dessalines 2020-01-25 10:19:37 -05:00
parent aa5a911edc
commit 1da94464eb
1 changed files with 21 additions and 22 deletions

3
ui/src/index.html vendored
View File

@ -1,6 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<!-- Required meta tags --> <!-- Required meta tags -->
<meta name="Description" content="Lemmy"> <meta name="Description" content="Lemmy">
@ -22,8 +21,8 @@
</head> </head>
<body> <body>
<noscript>JavaScript is required for this page.</noscript>
<div id="app"></div> <div id="app"></div>
$bundles $bundles
</body> </body>
</html> </html>