Add noscript warning

This commit is contained in:
jvyden 2021-11-27 17:13:06 -05:00
commit 9a306b55d0
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -65,6 +65,21 @@
</div>
</div>
</div>
<noscript>
<div class="ui bottom attached yellow message small">
<div class="ui container">
<div style="display: flex; align-items: center; font-size: 1.2rem;">
<i class="warning icon"></i>
<span style="font-size: 1.2rem;">JavaScript not enabled</span>
</div>
<p>
While we intend to have as little JavaScript as possible, we can not
guarantee everything will work without it. We recommend that you whitelist JavaScript for Project Lighthouse.
It's not <i>too</i> bloated, we promise.
</p>
</div>
</div>
</noscript>
</header>
<div class="main">
<div class="ui container">