From f019395ed24e301ada273310339c16c6f5205541 Mon Sep 17 00:00:00 2001 From: "Xql.dev" <205849173+KirobotDev@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:46:24 +0700 Subject: [PATCH 1/7] TOS --- docs/static/scripttos.js | 24 +++++++++++ docs/static/styles/style.css | 29 +++++++++++++ docs/static/styles/styles.css | 1 - docs/tos.html | 81 +++++++++++++++++++++++++++++++++++ 4 files changed, 134 insertions(+), 1 deletion(-) create mode 100644 docs/static/scripttos.js create mode 100644 docs/static/styles/style.css create mode 100644 docs/tos.html diff --git a/docs/static/scripttos.js b/docs/static/scripttos.js new file mode 100644 index 0000000..23487df --- /dev/null +++ b/docs/static/scripttos.js @@ -0,0 +1,24 @@ +let min = 0; +let max = 1; +let ok = document.getElementById("allo"); +let btn = document.querySelector(".btn") + +let random = Math.floor(Math.random() * (max - min + 1)) + min; + +if (random == 1) { + ok.innerHTML = "WHITE - WOLF TOOLS | TOS"; + setInterval(() => { + let randomColor = "#" + Math.floor(Math.random()*16777215).toString(16); + ok.style.color = randomColor; + }, 1000); +} else { + ok.innerHTML = "TOS - WHITE WOLF TOOLS"; + setInterval(() => { + let randomColor = "#" + Math.floor(Math.random()*16777215).toString(16); + ok.style.color = randomColor; + }, 1000); +} + +btn.addEventListener("click", function (e) { + window.location.href = "index.html" +}) diff --git a/docs/static/styles/style.css b/docs/static/styles/style.css new file mode 100644 index 0000000..01ead0f --- /dev/null +++ b/docs/static/styles/style.css @@ -0,0 +1,29 @@ +* { + background-color: black; + color: white; +} + +#allo { + display: flex; + align-items: center; + justify-content: center; +} + +.btn { + border-radius: 30px; + height: 40px; +} + +#arbi { + display: flex; + align-items: center; + justify-content: center; + height: 100px; +} + +#copy { + display: flex; + align-items: center; + justify-content: center; + margin-top: 100px; +} \ No newline at end of file diff --git a/docs/static/styles/styles.css b/docs/static/styles/styles.css index aefee54..391747b 100644 --- a/docs/static/styles/styles.css +++ b/docs/static/styles/styles.css @@ -15,7 +15,6 @@ body { font-family: Arial, sans-serif; line-height: 1.6; padding: 20px; - text-align: center; } diff --git a/docs/tos.html b/docs/tos.html new file mode 100644 index 0000000..633e4d2 --- /dev/null +++ b/docs/tos.html @@ -0,0 +1,81 @@ + + + + + + TOS + + + + + + + + +
+

+ +

+
+ +
+ + flag + + +

+ Terms of Service — WHITEWOLF-TOOLS + + Acceptance of Terms: + By using WHITEWOLF-TOOLS, you agree to these Terms of Service. If you do not agree, stop using the tool immediately. + + Description: + WHITEWOLF-TOOLS is an open-source Python toolkit for educational and development purposes. It is provided “as is”. + + Acceptable Use: + You agree NOT to use the tool for illegal or harmful activities, hacking, malware distribution, system disruption, or unauthorized resale. + + Responsibility: + You are fully responsible for how you use the tool. The author is not liable for any damages, data loss, or issues caused by usage. + + No Warranty: + The tool is provided without any guarantees of performance, security, or reliability. + + Limitation of Liability: + The author is not responsible for any direct or indirect damages, including financial loss or system failure. + + External Services: + The tool may use third-party libraries. The author is not responsible for external services or APIs. + + Changes: + These terms may be updated at any time. Continued use means acceptance of changes. + + Contact: + https://github.com/Python-loving/WHITEWOLF-TOOLS +

+
+
+ +

+ © 2026 WHITEWOLF-TOOLS +

+ + + + \ No newline at end of file From c382e1c895ef97808adb6c81c1335b21c37cb05f Mon Sep 17 00:00:00 2001 From: "Xql.dev" <205849173+KirobotDev@users.noreply.github.com> Date: Tue, 23 Jun 2026 05:11:03 +0700 Subject: [PATCH 2/7] Update index.html --- docs/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index fefbe56..ff22943 100644 --- a/docs/index.html +++ b/docs/index.html @@ -326,6 +326,7 @@