pgp.html 694 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>youngchief btw ツ</title>
  5. <link rel="stylesheet" type="text/css" href="style.css">
  6. <link rel="icon" type="image/x-icon" href="https://cdn.youngchief.vercel.app/MinecraftAquaAxolotlInABucket.jpg">
  7. </head>
  8. <body>
  9. <h1><a href="index.html">youngchief btw ツ</a></h1>
  10. <hr />
  11. <div>
  12. <p>
  13. Here are my PGP public keys. <br/>
  14. They can be used to encrypt things to me, or to verify I signed something.<br/>
  15. Key Formats: <a href="cg/youngchief_pgp_pub.pem">PEM</a> | <a href="cg/youngchief_pgp_pub.json">JSON</a> | <a href="cg/youngchief_pgp_pub.der">DER</a>
  16. </p>
  17. </div>
  18. <hr />
  19. <footer>
  20. <p><a href=".">Home</a></p>
  21. </footer>
  22. </body>
  23. </html>