clone url: git://git.m455.casa/m455.casa
html/contact.html
1 | <!DOCTYPE html> |
2 | <html lang="en"> |
3 | <head> |
4 | <meta charset="utf-8"> |
5 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> |
6 | <link rel="alternate" type="application/rss+xml" title="RSS feed" href="https://m455.casa/feed.rss"> |
7 | <link rel="icon" href="/favicon.ico?" type="image/x-icon"> |
8 | <meta name="author" content="m455"> |
9 | <meta name="description" content="m455's interspace on the webternet"> |
10 | <meta name="keywords" content="programming, thoughts"> |
11 | <link rel="stylesheet" href="style.css"> |
12 | <title>contact</title> |
13 | </head> |
14 | <body> |
15 | <main> |
16 | <nav> |
17 | <a href="/">home</a> // |
18 | <a href="/posts/">posts</a> // |
19 | <a href="https://git.m455.casa">code</a> // |
20 | <a href="/talks.html">talks</a> // |
21 | <a href="/contact.html">contact</a> // |
22 | <a href="/feed.rss">rss</a> |
23 | </nav> |
24 | <h1>contact</h1> |
25 | <ul> |
26 | <li>email: <a href="mailto:jesse@m455.casa">jesse@m455.casa</a> (<a href="/m455.asc">my public pgp key</a>)</li> |
27 | <li>fediverse: <a href="https://tiny.tilde.website/@m455">@m455@tiny.tilde.website</a></li> |
28 | <li>irc: m455 on <a href="https://libera.chat/">libera.chat</a></li> |
29 | </ul> |
30 | </main> |
31 | </body> |
32 | </html> |