contact.html (752B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"> 5 <title>Contact | Riaz's Website</title> 6 <link rel="stylesheet" href="style.css"> 7 <link rel="icon" href="data:,"> 8 <meta name="viewport" content="width=device-width, initial-scale=1"> 9 </head> 10 <body> 11 <h1>Contact</h1> 12 <article> 13 <p>Matrix: <a href="https://matrix.to/#/@riaz:tedomum.net">@riaz:tedomum.net</a><br> 14 Email: riaz<!--spam@stuff.org--><span aria-hidden="true"> Spam Be Gone </span>@ria<!--notvisitedbygov@stuff.net-->zj.com | <a href="riazj.asc">PGP</a><br> 15 Fingerprint: <code>E302 2746 FA31 AB23 F1C4 AF41 01D9 DDF0 AACB BD34</code><br> 16 <code>curl -sL https://riazj.com/riazj.asc | gpg --import</code></p> 17 </article> 18 <footer> 19 <hr> 20 <a href="/">Home Page</a></footer> 21 </body> 22 </html>