diff --git a/html/index.html b/html/index.html index 2faf85f..401b4c5 100644 --- a/html/index.html +++ b/html/index.html @@ -1,4 +1,5 @@ + STOP! - Checkpoint @@ -220,9 +221,8 @@

- perl -MDigest::SHA=sha256_hex -e '$nonce="{{ tl:text challengeNonce }}"; $d={{ tl:text - challengeDifficulty - }}; for($i=0;; $i++){ $h=sha256_hex($nonce.$i); if(substr($h,0,$d) eq "0"x$d){ print "$i\n"; last }}' + perl -MDigest::SHA=sha256_hex -e '$n="{{ tl:text challengeNonce }}";$d={{ tl:text challengeDifficulty + }};for($i=0;;$i++){$h=sha256_hex($n.$i);if(substr($h,0,$d) eq "0"x$d){print "$i\n";last}}'

@@ -265,7 +265,7 @@ background-color: #161616; color: #d9d9d9; border-radius: 1rem; - font: "Monospace"; + font-family: monospace; margin: 1rem; width: calc(100% - 3rem); max-width: 100%; @@ -430,4 +430,6 @@ ) - \ No newline at end of file + + + \ No newline at end of file diff --git a/html/index.min.html b/html/index.min.html index bb96d25..c804b86 100644 --- a/html/index.min.html +++ b/html/index.min.html @@ -1,2 +1,2 @@ -STOP! - Checkpoint

🛑

STOP!


Verifying that you are not a bot. This might take a short moment.

You do not need to do anything.

Why am I seeing this?


This website protects itself from AI bots and scrapers by asking you to complete a cryptographic challenge before allowing you entry.

Difficulty {{ tl:text challengeDifficulty }}, elapsed 0ms, 0h, 0h/s

Powered by checkpoint v{{ tl:text checkpointVersion }}
+STOP! - Checkpoint

🛑

STOP!


Verifying that you are not a bot. This might take a short moment.

You do not need to do anything.

Why am I seeing this?


This website protects itself from AI bots and scrapers by asking you to complete a cryptographic challenge before allowing you entry.

Difficulty {{ tl:text challengeDifficulty }}, elapsed 0ms, 0h, 0h/s

Powered by checkpoint v{{ tl:text checkpointVersion }}
\ No newline at end of file