forked from unitoo/website
13 lines
435 B
HTML
13 lines
435 B
HTML
<div class="container pl-0 pr-0 pl-md-3 pr-md-3">
|
|
<h1>{% t contacts.title %}</h1>
|
|
|
|
<hr class="border-primary">
|
|
|
|
<p class="mt-5">{% t contacts.body %}</p>
|
|
|
|
<a class="btn btn-primary" href="mailto:info@unitoo.pw">info@unitoo.pw</a>
|
|
<br><br>
|
|
<small><strong>GPG Fingerprint</strong>: 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4</small>
|
|
<br>
|
|
{% asset info_at_unitoo_qrcode.webp width="200px" %}
|
|
</div>
|