From 4cfe47ca161ebc11eec7a15e1469f35eb2ee0504 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Sat, 1 Mar 2025 15:54:43 -0600 Subject: [PATCH] add shit --- index.html | 36 +++++++++++++++++++++++++++++++++--- readme.md | 1 + styles.css | 4 ++-- 3 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 readme.md diff --git a/index.html b/index.html index c6c355d..75f337c 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,39 @@ -Scrapyard signup +Scrapyard Signup - + diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c11423f --- /dev/null +++ b/readme.md @@ -0,0 +1 @@ + a login page with a captcha where every element and aspect is as annoying as hell. Ex: when you click to username, it turns into the password field and when you click out it turn back into username field keeping content. \ No newline at end of file diff --git a/styles.css b/styles.css index 5c91921..7e2477c 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,5 @@ * { background-color: #000000; - color: #00ff00; - font: monospace + color: #9400d3; + font-family: Georiga, monospace; }