More redaction on readme and challenge page

This commit is contained in:
Pascal Engélibert 2025-04-06 11:56:40 +02:00
commit ceebd53626
2 changed files with 57 additions and 10 deletions

View file

@ -4,9 +4,29 @@
<meta charset="utf-8"/>
<meta name="robots" content="noindex"/>
<title>Antispam working...</title>
<style type="text/css">
html {
text-align: center;
}
@media (prefers-color-scheme: dark) {
html {
background-color: black;
color: white;
}
}
</style>
</head>
<body>
<h1>Fighting crawlers</h1>
<p>
This service is protected against abusive crawlers by a proof of work mechanism.<br/>
We are sorry for the inconvenience.
</p>
<p>
Powered by <a href="https://git.txmn.tk/tuxmain/mesozoa" rel="nofollow">Mesozoa</a>,<br/>
distributed under license GNU AGPL v3 without any warranty.
</p>
<script type="text/javascript">
const target_zeros = 15;
const sha256 = async (input) => {