Noscript alert

This commit is contained in:
Graphictoria 2022-05-02 22:26:26 -04:00
parent 7e6ce0d595
commit 122ebe0f91
3 changed files with 11 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -0,0 +1,5 @@
{
"/js/app.js": "/js/app.js?id=c057b931349e16c6860e84d6115094f6",
"/js/pages/maintenance.js": "/js/pages/maintenance.js?id=e3ff1a0cc59435b2953e748e81e0f7cf",
"/css/graphictoria.css": "/css/graphictoria.css?id=6e93f52b1061627528f463b8b21f5d07"
}

View File

@ -100,4 +100,9 @@
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
@endif
</div>
@endforeach
@endforeach
<noscript>
<div class="container my-2">
<div class="alert alert-danger graphictoria-alert graphictoria-error-popup mx-5">A large majority of this website requires Javascript to work properly. Please enable Javascript or download a Javascript compatible browser.</div>
</div>
</noscript>