diff --git a/assets/master.css b/assets/master.css index 411f533..3c27779 100644 --- a/assets/master.css +++ b/assets/master.css @@ -9,6 +9,10 @@ --links: #89b4fa; } +html, body { + height: 98%; +} + body { background-color: var(--background); color: var(--foreground); @@ -60,6 +64,14 @@ pre { padding-bottom: 1em; } +.content { + display: grid; + grid-template-columns: auto max-content; + grid-template-rows: 1fr; + grid-column-gap: 0px; + grid-row-gap: 0px; +} + .section { min-width: 20em; width: max-content; @@ -77,6 +89,10 @@ ul.members li:before { content: none; } +ul.members li.error { + color: lightcoral +} + ul.sidebar-links li:before { content: ">"; } @@ -127,11 +143,9 @@ table.system-info tr td:first-child { } .page-container { + min-height: 100%; display: grid; - grid-template-columns: 1fr 250px; - grid-template-rows: 1fr; - grid-column-gap: 0; - grid-row-gap: 0; + grid-template-rows: auto 1fr auto; } .page-container > div { diff --git a/index.php b/index.php index ce09916..21b007c 100644 --- a/index.php +++ b/index.php @@ -35,92 +35,112 @@ $usernames = getUsers();
-
-
 _______                                _____
+                
+ _______                                _____
 |    ___|.----.-----.-----.-----.-----.|     \.-----.--.--.
 |    ___|​|   _|  _  |-- __|  -__|     |​|  --  |  -__|  |  |
 |___|    |__| |_____|_____|_____|__|__|​|_____/|_____|\___/
-
-

Members

-
    - -
  • ~
  • - -
- - * owner & admin - +
+
+
+
++----------------------------------------------------------------+
+|                This site is accessible via Tor!                |
+| frzndev32nhnla77oozhxhz5yzo4abldr6zbc4qkdh5hcyanizlxs2ad.onion |
++----------------------------------------------------------------+
+                
+
+ +
+

Members

+
    + 0) { ?> + +
  • ~
  • + + +
  • Error fetching members!
  • + +
+ + * owner & admin + +
+
+

Services

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
git.frzn.devForgejo1A lightweight git server (which is better than Gogs)
p.frzn.devficheA command line pastebin (similar to termbin)
pb.frzn.devPrivateBinA minimalist, open source online pastebin
bitwarden.frzn.devVaultwarden1A Bitwarden-compatible server written in Rust
SnowflakeA web proxy server
crypt.frzn.devCryptPadAn open-source web-based encrypted suite of realtime collaborative editors
frzn.dev:64738Mumble1,2A VoIP server
frzn.dev:6697/6667ZNC1An IRC bouncer
+ + 1 Only available for existing members
+ 2 Not running 24/7 +
+
+ +
+
+
+

System Info

+ + + + + + + + + +
time:
os:Ubuntu GNU/Linux 24.04 (LTS)
+
+ +
-
-

Services

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
git.frzn.devForgejo1A lightweight git server (which is better than Gogs)
p.frzn.devficheA command line pastebin (similar to termbin)
pb.frzn.devPrivateBinA minimalist, open source online pastebin
bitwarden.frzn.devVaultwarden1A Bitwarden-compatible server written in Rust
SnowflakeA web proxy server
crypt.frzn.devCryptPadAn open-source web-based encrypted suite of realtime collaborative editors
frzn.dev:64738Mumble1,2A VoIP server
frzn.dev:6697/6667ZNC1An IRC bouncer
- - 1 Only available for existing members
- 2 Not running 24/7 -
+ -
-

System Info

- - - - - - - - - -
time:
os:Ubuntu GNU/Linux 24.04 (LTS)
-
-
-
- - + \ No newline at end of file