filesafe/views/_partial/noscript.njk

11 lines
349 B
Plaintext
Raw Normal View History

<noscript>
<section id="noscript" class="hero is-fullheight">
<div class="hero-body">
<div class="container has-text-centered">
<p>This page requires JavaScript to function.</p>
<p>If you are not redirected to the No-JS uploader, please <a href="nojs">click here</a>.</p>
</div>
</div>
</section>
</noscript>