hexlocation
775cbae281
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
9 lines
283 B
Text
9 lines
283 B
Text
{% extends "base" %}
|
|
{% block title %}members{% endblock title %}
|
|
{% block content %}
|
|
Make sure to verify our PGP keys when communicating with us.
|
|
<ul>
|
|
<li><a href="/assets/pgp/andre.txt">andre</a></li>
|
|
<li><a href="/assets/pgp/hex.txt">hex</a></li>
|
|
</ul>
|
|
{% endblock content %}
|