diff options
author | pdp8 <pdp8@pdp8.info> | 2022-08-22 13:57:44 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2022-08-22 13:57:44 +0200 |
commit | e028591e8142827a878c4f94f561e73d2b888faf (patch) | |
tree | 95153e295200d2a8be22a799931dfce35bcba9c7 /snippets/contact.html | |
parent | e3c672f4648997dbe00624e09c63c990a8ea3596 (diff) |
images, contacts, layout
Diffstat (limited to 'snippets/contact.html')
-rw-r--r-- | snippets/contact.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/snippets/contact.html b/snippets/contact.html new file mode 100644 index 0000000..a454e64 --- /dev/null +++ b/snippets/contact.html @@ -0,0 +1,9 @@ +<h1>email</h1> +<a href='mailto:info@pdp8.info'>info@pdp8.info</a> +<h1>matrix</h1> +<a href='https://matrix.to/#/@pdp8:matrix.pdp8.info'>@pdp8:matrix.pdp8.info</a> +<h1>newsletter</h1> +<h2>subscribe</h2> +send a mail to <a href='mailto:info@pdp8.info?subject=Subscribe'>info@pdp8.info</a> with <b>subscribe</b> in the subject (your address will be used only for the newsletter and won't be shared with anyone) +<h2>unsubscribe</h2> +send a mail to <a href='mailto:info@pdp8.info?subject=Subscribe'>info@pdp8.info</a> with <b>unsubscribe</b> in the subject |