$BROWSER members.html header

This commit is contained in:
2025-12-24 17:07:32 +00:00
parent 310f059427
commit 6f377b001d
2 changed files with 11 additions and 2 deletions

View File

@@ -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%;

View File

@@ -9,7 +9,7 @@
{% include 'header.html'%}
</header>
<pre>
<h1>> ls -l</h1>
<h1>> ls -l /</h1>
-rwx------. root root <a href='https://tuxcord.net'>The website</a>
-rwxr-xr-x. deadvey users <a href="https://mastodon.tuxcord.net">Mastodon</a>
-rwxr-x---. javalsai javalsai <a href="https://git.javalsai.tuxcord.net">Gitea</a>
@@ -17,12 +17,16 @@
-rwxr-x---. deadvey deadvey <a href="/mc">Minecraft</a>
-rwxr-x---. deadvey deadvey matrix.tuxcord.net
-rwx------. pixel users join-us.txt
-rwxr-xr-x. deadvey users members.html
<h1>> cat join-us.txt</h1>
// Our Matrix and Discord are bridged
<a href="https://matrix.to/#/#TuxCord:matrix.org">Matrix</a>
<a href="https://discord.gg/SPHymEDytw">Discord</a>
</pre>
<h1>Members:</h1>
<pre>
<h1>> $BROWSER members.html</h1>
<span id='url-bar'>file:///members.html</span>
</pre>
<div id='members'>
{{member_grid_html | safe}}
</div>