forked from unitoo/website
15 lines
452 B
HTML
15 lines
452 B
HTML
<div class="container">
|
|
<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><br> 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4
|
|
</small>
|
|
<br><br>
|
|
{% asset info_at_unitoo_qrcode.webp width="200px" alt="GPG Fingerprint" %}
|
|
</div>
|