From 83d1c6148d828ce2f6218e0e722aab44db17941d Mon Sep 17 00:00:00 2001 From: stabosa87 Date: Fri, 3 Jul 2026 22:16:00 -0500 Subject: [PATCH] init! --- 404.html | 1 + index.html | 58 +++++++++++++++++++++++++++++++++++++++++++ static/main.css | 59 ++++++++++++++++++++++++++++++++++++++++++++ static/redgarden.svg | 20 +++++++++++++++ 4 files changed, 138 insertions(+) create mode 100644 404.html create mode 100644 index.html create mode 100644 static/main.css create mode 100644 static/redgarden.svg diff --git a/404.html b/404.html new file mode 100644 index 0000000..a287cef --- /dev/null +++ b/404.html @@ -0,0 +1 @@ +too abdd \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..c88903e --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ + + + + + RedGarden + + + + +
+
+ RedGarden Logo +
+ +
+

+ Red garden is a project ran by Stabosa87 Otherwise known as stab aka me. + I made red garden because i love foss and i wanna contribute any way i can. + And also because i wanna use these services myself and let my friends use them + so might aswell make it open to the public. My main site is at stab.ing +

+
+ +
+

+ RedGarden is a host of many foss apps such as:
+ - Searxng
+ - OmniSearch
+ - 4get
+ - Drasel (Minecraft auth server)
+ - More to come... Msg me on xmpp at stab@stab.ing or email me at stab@stab.ing if u got suggestions. +

+
+
+

+ Should you trust RedGarden?
+ RedGarden takes NO logs all of the code ran on RedGarden is by public Foss projects. And in no way are any of these projects modified. +

+
+
+

+ RULES!
+ - dont break law.
+ - No bots nor abuse of services. +

+
+
+

+ DONATE!
+ I host everything off of my own wallet.
+ Itd be pretty cool if you lifted some of that cost, either way Ill pay for it.
+ - XMR :
+ 89abYakWe3sYCCuek3N8QsLjHoxRfYXvqd9bHcoyWk2H8w4SaMDxf5bJyTUrnYxBkmPgqXqgECBD6BKecDAkirixDL3e6ur +

+
+
+ + diff --git a/static/main.css b/static/main.css new file mode 100644 index 0000000..8ab89ff --- /dev/null +++ b/static/main.css @@ -0,0 +1,59 @@ +:root { + --bg: #1f1c1e; + --panel: #2b2528; + --panel-strong: #241f22; + --text: #e0d6da; + --text-strong: #ffffff; + --accent: #e06b7d; + --ok: #9bd3a8; + --down: #e07a7a; + --pending: #d6b37a; +} +body { + margin: 0; + padding: 0; + background: var(--bg); + font-family: monospace; + color: var(--text); + line-height: 1.6; + min-height: 100vh; + overflow-wrap: break-word; + word-wrap: break-word; +} + +.page { + width: 95%; + max-width: 800px; + margin: 0 auto; + background: var(--panel); + padding: 60px; + box-sizing: border-box; + border-left: 1px solid var(--border); + border-right: 1px solid var(--border); + min-height: 100vh; +} + +header { + text-align: center; + margin-bottom: 40px; +} + +h1 { color: var(--accent); margin: 0; text-transform: lowercase; } + +a { + color: var(--text-strong); + text-decoration: underline; + text-decoration-color: var(--accent); +} + +a:hover { background: var(--accent); color: var(--text-strong); text-decoration: none; } + +p { margin-bottom: 20px; font-size: 1.1rem; } + +strong { color: var(--accent); } + +@media (max-width: 640px) { + .page { + padding: 28px 18px; + } +} \ No newline at end of file diff --git a/static/redgarden.svg b/static/redgarden.svg new file mode 100644 index 0000000..9bc0fab --- /dev/null +++ b/static/redgarden.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file