From 6f377b001de4e8ac6a9fea1925160338eded4281 Mon Sep 17 00:00:00 2001 From: deadvey Date: Wed, 24 Dec 2025 17:07:32 +0000 Subject: [PATCH] $BROWSER members.html header --- tuxcord/static/index.css | 5 +++++ tuxcord/templates/index.html | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/tuxcord/static/index.css b/tuxcord/static/index.css index a2a2bf1..30f83f8 100644 --- a/tuxcord/static/index.css +++ b/tuxcord/static/index.css @@ -65,6 +65,11 @@ a:hover { color: var(--accent2); } +#url-bar { + background-color: #444444; + padding: 0px 30px 0px 10px; +} + #member img { width: 100px; border-radius: 50%; diff --git a/tuxcord/templates/index.html b/tuxcord/templates/index.html index 380920b..f85cce1 100644 --- a/tuxcord/templates/index.html +++ b/tuxcord/templates/index.html @@ -9,7 +9,7 @@ {% include 'header.html'%}
-			

> ls -l

+

> ls -l /

-rwx------. root root The website -rwxr-xr-x. deadvey users Mastodon -rwxr-x---. javalsai javalsai Gitea @@ -17,12 +17,16 @@ -rwxr-x---. deadvey deadvey Minecraft -rwxr-x---. deadvey deadvey matrix.tuxcord.net -rwx------. pixel users join-us.txt +-rwxr-xr-x. deadvey users members.html

> cat join-us.txt

// Our Matrix and Discord are bridged Matrix Discord
-

Members:

+
+			

> $BROWSER members.html

+file:///members.html +
{{member_grid_html | safe}}