Initial commit
This commit is contained in:
commit
b35120be22
9 changed files with 677 additions and 0 deletions
17
src/challenge.html
Normal file
17
src/challenge.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue