Initial commit

This commit is contained in:
Pascal Engélibert 2025-03-29 22:15:07 +01:00
commit b35120be22
9 changed files with 677 additions and 0 deletions

17
src/challenge.html Normal file
View file

@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="robots" content="noindex"/>
<title>Antispam working...</title>
</head>
<body>
<h1>Fighting crawlers</h1>
<script type="text/javascript">
/*setTimeout(function() {
document.cookie = "mesozoa=1234; max-age=3600";
window.location.reload();
}, 1000);*/
</script>
</body>
</html>