forked from AkkomaGang/akkoma-fe
Show a message when JS is disabled
This commit is contained in:
parent
7f35489e3e
commit
6795769b93
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue