forked from AkkomaGang/akkoma-fe
Merge branch 'feature/noscript-message' into 'develop'
Show a message when JS is disabled Closes pleroma#827 See merge request pleroma/pleroma-fe!822
This commit is contained in:
commit
61f61947ad
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