From 3bfbe3598bdecac6dc33ad7356054d56c13d5829 Mon Sep 17 00:00:00 2001
From: L95Kdg8bw9U74mUBK9XqBjWlUrS9ksUN
<30438369+1xKvSUbAg1xJx9KutZW1lzrdGImI3CaW@users.noreply.github.com>
Date: Tue, 15 Apr 2025 18:05:08 +0200
Subject: [PATCH] html: Add conditionals for a no javascript environment (#15)
---------
Co-authored-by: Vaxry
---
html/index.html | 23 ++++++++++++++++++-----
html/index.min.html | 2 +-
2 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/html/index.html b/html/index.html
index 0777381..d85ad0a 100644
--- a/html/index.html
+++ b/html/index.html
@@ -195,7 +195,20 @@
STOP!
-
+
+
+
+
Verifying that you are not a bot. This might take a short moment.
@@ -204,18 +217,18 @@
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.
-
+
diff --git a/html/index.min.html b/html/index.min.html
index 8c3c231..6ac7b45 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.
+
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.
\ No newline at end of file