27 lines
718 B
HTML
27 lines
718 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<h1>
|
|
<pre>
|
|
___ ___ _ ____ _____ _ __ ___ ___ ___ ___ _ __
|
|
/ __|/ _ \ '__\ \ / / _ \ '__/ __|/ __/ _ \ / _ \| '_ \
|
|
\__ \ __/ | \ V / __/ | \__ \ (_| (_) | (_) | |_) |
|
|
|___/\___|_| \_/ \___|_| |___/\___\___/ \___/| .__/
|
|
|_|
|
|
</pre>
|
|
<span>Co-operative hosting using <a href="https://cyberia.club">Cyberia</a>'s Capsul</span>
|
|
{% endblock %}
|
|
|
|
{% block subcontent %}
|
|
<p>
|
|
<ul>
|
|
<li>Sign up for an account!</li>
|
|
<li>Add some funds!</li>
|
|
<li>Create a VPS!</li>
|
|
<li>Give your feedback!</li>
|
|
</ul>
|
|
</p>
|
|
{% endblock %}
|
|
|
|
{% block pagesource %}/templates/index.html{% endblock %}
|