diff options
author | Devaev Maxim <[email protected]> | 2018-12-19 00:43:17 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-19 00:43:17 +0300 |
commit | 28f2875e7e5c64c5442d36aa7fb80cc0f2a5faea (patch) | |
tree | 02edc1d17ea764a1e627c9ed9d47bc481c6666df /web | |
parent | 1ee5c8141744adc7079227eb0aba5b1df2033272 (diff) |
adblock warning on login
Diffstat (limited to 'web')
-rw-r--r-- | web/login/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/login/index.html b/web/login/index.html index be63bf86..b376e8a3 100644 --- a/web/login/index.html +++ b/web/login/index.html @@ -45,5 +45,13 @@ </table> </div> </div> + + <ul class="footer"> + <li class="footer-left"> + This site is actively using JavaScript.<br> + It doesn't contain ads, but is blocked by some ad filters.<br> + Please turn it off to continue and reload the page. + </li> + </ul> </body> </html> |