diff options
author | 53hornet <atc@53hor.net> | 2021-10-26 19:17:13 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-10-26 19:17:13 -0400 |
commit | cce096dae552f1b421785bc93fa87cd04e4b5146 (patch) | |
tree | aa4308f65077f9eca07a4c2e4fb19e809ba01dfa /contact/index.php | |
parent | 13de3ecd17f28334dba9b99f9c1cb5b6d90e93b5 (diff) | |
download | 53hor-cce096dae552f1b421785bc93fa87cd04e4b5146.tar.xz 53hor-cce096dae552f1b421785bc93fa87cd04e4b5146.zip |
subfolders, add contact, update hireme
Diffstat (limited to 'contact/index.php')
-rw-r--r-- | contact/index.php | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contact/index.php b/contact/index.php new file mode 100644 index 0000000..398ee1c --- /dev/null +++ b/contact/index.php @@ -0,0 +1,22 @@ +<?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> |