37 lines
1.0 KiB
HTML
37 lines
1.0 KiB
HTML
{% load static %}
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
{% include 'head.html' %}
|
|
</head>
|
|
<body>
|
|
<header>
|
|
{% include 'header.html'%}
|
|
</header>
|
|
<pre>
|
|
<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>
|
|
-rwxr-xr-x. deadvey users <a href="https://redlib.tuxcord.net">Redlib</a>
|
|
-rwxr-x---. deadvey deadvey <a href="/mc">Minecraft</a>
|
|
-rwxr-x---. deadvey deadvey matrix.tuxcord.net
|
|
-rwx------. pixel users join-us.txt
|
|
<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>
|
|
<div id='members'>
|
|
{{member_grid_html | safe}}
|
|
</div>
|
|
|
|
{% include 'ascii-art.html' %}
|
|
|
|
<footer>
|
|
{% include 'footer.html' %}
|
|
</footer>
|
|
</body>
|
|
</html>
|