diff options
| author | Sergey Suprunenko <suprunenko.s@gmail.com> | 2019-08-17 08:26:00 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2019-08-17 08:26:00 +0000 |
| commit | 6795769b93564b66395fcb46a50d39e831cdc500 (patch) | |
| tree | d328fc42ec4a094e12ad1d903e94ad5aeef102f4 | |
| parent | 7f35489e3e13e65e79536ebb815fea172796bcec (diff) | |
Show a message when JS is disabled
| -rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 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> |
