diff options
author | Maxim Devaev <[email protected]> | 2024-11-05 18:17:00 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-11-05 18:17:04 +0200 |
commit | f1503d69e0b15caa5d8fd0f4fb30b91d516db2ea (patch) | |
tree | fabf052a16237e9947356310be427621fc0dd705 /web/login | |
parent | 0010dd1d114d5c03b7397394b8e12dee5908669d (diff) |
pikvm/pikvm#1207: Draw UI tips via meta.yaml
Diffstat (limited to 'web/login')
-rw-r--r-- | web/login/index.html | 2 | ||||
-rw-r--r-- | web/login/index.pug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/login/index.html b/web/login/index.html index 26b07640..99fa2aed 100644 --- a/web/login/index.html +++ b/web/login/index.html @@ -82,7 +82,7 @@ </div> </form> <ul class="footer"> - <li class="footer-left">This site is actively using JavaScript.<br> + <li class="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> diff --git a/web/login/index.pug b/web/login/index.pug index 5ee3855b..26b955af 100644 --- a/web/login/index.pug +++ b/web/login/index.pug @@ -27,7 +27,7 @@ block body td #[button(id="login-button" class="key") Login] ul(class="footer") - li(class="footer-left") + li(class="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. |