Show a message when JS is disabled

mastoapi-externalprofile
Sergey Suprunenko 5 years ago committed by Shpuld Shpludson
parent 7f35489e3e
commit 6795769b93

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

Loading…
Cancel
Save