nojs: add an explanation page

This commit is contained in:
Vaxry
2025-04-22 14:16:56 +01:00
parent 0c9a8930e1
commit 88507ee893
4 changed files with 134 additions and 2 deletions

View File

@@ -242,6 +242,11 @@
<input class="form-button" type="submit" value="Send" />
</form>
<p class="text-description text-warning">
Never trust random scripts from the internet! Make sure you understand the perl script above.
If you don't, click&nbsp<a class="link" href="/checkpoint/explainNoJs" target="_blank" style="text-decoration: underline;">here</a>&nbspfor an explanation.
</p>
<style>
.form-label {
color: #fff;
@@ -281,6 +286,10 @@
position: absolute;
}
.text-warning {
color:#c03940;
}
.require-js {
display: none;
}