mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 08:26:22 +00:00
19 lines
763 B
Plaintext
19 lines
763 B
Plaintext
|
{#
|
||
|
I thought of making a redirect with http-equiv="refresh", but it's too quick that people
|
||
|
barely have any time to read the message which explains why the redirect is necessary.
|
||
|
So yeah, I decided to stick with making people click on the link which leads to
|
||
|
the No-JS uploader, if they really want to use the service.
|
||
|
#}
|
||
|
|
||
|
<noscript>
|
||
|
<style>body > section { display: none !important; }</style>
|
||
|
<section class="hero is-fullheight has-text-centered">
|
||
|
<div class="hero-body section">
|
||
|
<div class="container">
|
||
|
<p>You have JavaScript disabled, but this page requires JavaScript to function.</p>
|
||
|
<p>Please <a href="nojs">click here</a> if you want to try out our No-JS uploader.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</noscript>
|