capsul-flask/capsulflask/templates/index.html

34 lines
1.0 KiB
HTML
Raw Permalink Normal View History

2020-05-10 03:59:22 +00:00
{% 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><s>All root disks are backed up at no charge</s> This is being worked on</li>
<li>All storage is fast, local, and solid-state</li>
<li>All network connections are low latency</li>
2021-12-19 16:10:23 +00:00
<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 %}