Adding a noscript message. Fixes #464
This commit is contained in:
parent
2998957617
commit
3b12f92752
1 changed files with 21 additions and 22 deletions
11
ui/src/index.html
vendored
11
ui/src/index.html
vendored
|
@ -1,7 +1,6 @@
|
||||||
<!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">
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
@ -19,11 +18,11 @@
|
||||||
|
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
<script async src="/static/assets/libs/sortable/sortable.min.js"></script>
|
<script async src="/static/assets/libs/sortable/sortable.min.js"></script>
|
||||||
</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>
|
||||||
|
|
Reference in a new issue