Uses Django now because Flask is insecure in prod
This commit is contained in:
68
tuxcord/templates/index.html
Normal file
68
tuxcord/templates/index.html
Normal file
@@ -0,0 +1,68 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% include 'head.html' %}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
{% include 'header.html'%}
|
||||
</header>
|
||||
|
||||
<b><u>Services we provide:</u></b>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://mastodon.tuxcord.net">Mastodon</a> (<a href='/mastodon-status'>Status</a>)
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.javalsai.tuxcord.net">Gitea</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://redlib.tuxcord.net">Redlib</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/mc">Minecraft</a>
|
||||
</li>
|
||||
<li>
|
||||
Matrix server: matrix.tuxcord.net (please ask deadvey for access)
|
||||
</li>
|
||||
</ul>
|
||||
<b><u>Join us:</u></b>
|
||||
<ul>
|
||||
Our Matrix and Discord are bridged, irc is not and is not very active.
|
||||
<li>
|
||||
<a href="https://matrix.to/#/#TuxCord:matrix.org">Matrix</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://discord.gg/SPHymEDytw">Discord</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="irc://irc.tuxcord.net">irc.tuxcord.net</a>
|
||||
</li>
|
||||
</ul>
|
||||
<details>
|
||||
<summary>
|
||||
<u><b>Members:</b></u>
|
||||
</summary>
|
||||
<ul>
|
||||
<li><u>pickzelle (Founder)</u></li>
|
||||
<li>bruhhhhh😘</li>
|
||||
<li><a href="https://git.javalsai.tuxcord.net/danmax">Danmax</a></li>
|
||||
<li><a href="https://deadvey.tuxcord.net">DeaDvey</a></li>
|
||||
<li><a href="https://github.com/ErrorNoInternet">ErrorNoInternet</a></li>
|
||||
<li>grialion</li>
|
||||
<li><a href="https://javalsai.tuxcord.net">Javalsai</a></li>
|
||||
<li><a href="https://decompil.in/">Spamix</a></li>
|
||||
</ul>
|
||||
</details>
|
||||
|
||||
<div class="tuxcord-image">
|
||||
<pre>
|
||||
{{ ascii_penguin|safe }}
|
||||
</pre>
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
{% include 'footer.html' %}
|
||||
</footer>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user