Updated base.html

This commit is contained in:
kevroded 2021-01-05 11:56:41 -05:00
parent 4cf5e48910
commit 178a414846

View File

@ -19,12 +19,10 @@
<body> <body>
<div id="header"> <div id="header">
<div id="link_div"> <div id="link_div">
<a href="https://www.patreon.com/sixteen" class="link" target="_blank" rel="noopener noreferrer">Patreon</a><br /> <a href="https://github.com/kevroded/matteo-the-prestige" class="link" target="_blank" rel="noopener noreferrer">Github</a><br />
<a href="https://github.com/Sakimori/matteo-the-prestige" class="link" target="_blank" rel="noopener noreferrer">Github</a><br />
<a href="https://twitter.com/intent/follow?screen_name=SIBR_XVI" class="link" target="_blank" rel="noopener noreferrer">Twitter</a>
</div> </div>
<a href="/" class="page_header"><h2 class="page_header" style="font-size: 50px;">THE SIMMADOME</h2></a> <a href="/" class="page_header"><h2 class="page_header" style="font-size: 50px;">THE SIMMADOME</h2></a>
<h2 class="page_header">Join SIBR on <a href="https://discord.gg/UhAajY2NCW" class="link"><img src="static/discord.png" height="30"></a> to start your own games!</h2> <h2 class="page_header">Games available via the blaseball channel <img src="static/discord.png" height="30"></h2>
</div> </div>
{% block body %}{% endblock %} {% block body %}{% endblock %}
</body> </body>