Show a message when JS is disabled

This commit is contained in:
Sergey Suprunenko 2019-08-17 08:26:00 +00:00 committed by Shpuld Shpludson
parent 7f35489e3e
commit 6795769b93
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
<link rel="stylesheet" href="/static/font/css/fontello.css">
<link rel="stylesheet" href="/static/font/css/animation.css">
</head>
<body style="display: none">
<body>
<noscript>To use Pleroma, please enable JavaScript.</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>