2020-05-11 03:55:16 +00:00
|
|
|
{% extends 'base.html' %}
|
|
|
|
|
|
|
|
{% block title %}Support{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
2020-05-13 05:28:53 +00:00
|
|
|
<div class="row half-margin">
|
2020-05-11 03:55:16 +00:00
|
|
|
<h1>SUPPORT</h1>
|
|
|
|
</div>
|
2020-05-13 05:28:53 +00:00
|
|
|
<div class="row half-margin">
|
2021-07-20 23:43:45 +00:00
|
|
|
<a href="mailto:yolocolo@doesthisthing.work?subject=Please%20help!">yolocolo@doesthisthing.work</a>
|
2020-05-11 03:55:16 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block subcontent %}
|
|
|
|
<p>
|
2021-07-20 23:43:45 +00:00
|
|
|
You can also find us on Matrix: <a
|
|
|
|
href="https://matrix.to/#/#untitled-hosting.public:autonomic.zone">#untitled-hosting.public:autonomic.zone</a>.
|
2020-05-11 03:55:16 +00:00
|
|
|
</p>
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block pagesource %}/templates/support.html{% endblock %}
|