front end html to look like existing capsul site without <pre>

This commit is contained in:
2020-05-10 21:43:06 -05:00
parent d706ae7761
commit 5d37f26585
8 changed files with 204 additions and 51 deletions

View File

@ -2,5 +2,35 @@
{% block content %}
Index Page!
{% endblock %}
<div class="hero">
<h1>CAPSUL</h1>
<pre>
.-.
/:::\
/::::/
/ `-:/
/ /
\ /
`"`
</pre>
</div>
<p>
Simple, fast, private compute by <a href="https://cyberia.club">https://cyberia.club</a><br/><br/>
Spin up your choice of virtual machine by sending an email. <br/><br/>
<ul>
<li>Simply log in with your email address </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</li>
<li>Upfront prices, no confusing billing</li>
<li>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 %}