mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-30 08:48:39 +00:00
Add noscript warning
This commit is contained in:
parent
f8d6c90e62
commit
9a306b55d0
1 changed files with 15 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue