summaryrefslogblamecommitdiff
path: root/contact/index.php
blob: 398ee1ce5b527d0848635543f0923859c8239d65 (plain) (tree)





















                                                                                                                                                                
<?php
$title = "Contact Me";
include('../includes/head.php');
?>

<h2>
	<a href="mailto:atc@53hor.net">atc@53hor.net</a>
</h2>

<p>
	I send mail signed with my PGP key. The fingerprint is <code>94B3 3D04 F47E 6611 ADD9 76A6 76F8 F1CB 49F9 1B02</code>. You can download the key like so:

<pre>
<code>
# FreeBSD:
$ fetch -o - https://www.53hor.net/contact/atc.gpg | gpg --import

# Also FreeBSD, but more inclusive:
$ curl https://www.53hor.net/contact/atc.gpg | gpg --import
</code>
</pre>
</p>