aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Suprunenko <suprunenko.s@gmail.com>2019-08-17 08:26:00 +0000
committerShpuld Shpludson <shp@cock.li>2019-08-17 08:26:00 +0000
commit6795769b93564b66395fcb46a50d39e831cdc500 (patch)
treed328fc42ec4a094e12ad1d903e94ad5aeef102f4
parent7f35489e3e13e65e79536ebb815fea172796bcec (diff)
Show a message when JS is disabled
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 63161f3c..a8681c8b 100644
--- a/index.html
+++ b/index.html
@@ -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>