You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1001 B
33 lines
1001 B
{% extends 'base.html' %} |
|
|
|
|
|
{% block content %} |
|
<h1>CAPSUL</h1> |
|
<pre> |
|
.-. |
|
/:::\ |
|
/::::/ |
|
/ `-:/ |
|
/ / |
|
\ / |
|
`"` |
|
</pre> |
|
<span>Simple, fast, private compute by <a href="https://cyberia.club">cyberia.club</a></span> |
|
{% endblock %} |
|
|
|
{% block subcontent %} |
|
<p> |
|
<ul> |
|
<li>Low friction: simply log in with your email address and fund your account with Credit/Debit or Cryptocurrency</li> |
|
<li>All root disks are backed up at no charge</li> |
|
<li>All storage is fast, local, and solid-state</li> |
|
<li>All network connections are low latency</li> |
|
<li>Supported by amazing volunteers from Cyberia Computer Club</li> |
|
<li>Upfront prices, no confusing billing</li> |
|
<li>Operated by a Minnesota non-profit organization that will never exploit you</li> |
|
<li>We donate a portion of our proceeds to likeminded hacker groups around the globe</li> |
|
</ul> |
|
</p> |
|
{% endblock %} |
|
|
|
{% block pagesource %}/templates/index.html{% endblock %}
|
|
|