From cce096dae552f1b421785bc93fa87cd04e4b5146 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Tue, 26 Oct 2021 19:17:13 -0400 Subject: subfolders, add contact, update hireme --- contact/index.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 contact/index.php (limited to 'contact/index.php') 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 @@ + + +

+ atc@53hor.net +

+ +

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

+
+# 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
+
+
+

-- cgit v1.2.3