Disco updates for YOLOCOLO site

This commit is contained in:
3wc
2021-07-21 01:13:52 +02:00
parent 908d02803f
commit 3cf501a393
3 changed files with 40 additions and 94 deletions

View File

@ -13,7 +13,7 @@
<nav>
<div class="row justify-space-between half-margin">
<div>
<a href="/"><b>Capsul</b></a>💊
<a href="/"><b>YOLOCOLO</b></a>💊
</div>
<div>
&nbsp;
@ -27,7 +27,6 @@
<div class="row justify-center half-margin wrap nav-links">
<a href="/pricing">Pricing</a>
<a href="/faq">FAQ</a>
<a href="/changelog">Changelog</a>
{% if session["account"] %}
<a href="/console">Capsuls</a>
@ -47,11 +46,12 @@
</main>
{% block subcontent %}{% endblock %}
<footer>
(c) Attribution-ShareAlike 4.0 International <br/>
&nbsp;&nbsp;&nbsp;&nbsp;A service by Cyberia Computer Club 2020-<span class="bigtext"></span> <br/>
<br/>
<br/>
<a href="https://giit.cyberia.club/~forest/capsul-flask/tree/master/capsulflask{% block pagesource %}{% endblock %}">View page source</a>
This server runs <a
href="https://giit.cyberia.club/~forest/capsul-flask">capsul-flask</a> by
Cyberia Computer Club, available under the <a
href="https://creativecommons.org/licenses/by-sa/4.0/">Attribution-ShareAlike
4.0 International</a> licence.<br/><br/>
<a href="https://git.autonomic.zone/3wordchant/capsul-flask/src/branch/yolocolo/capsulflask{% block pagesource %}{% endblock %}">View page source</a>
</footer>
</body>
</html>