diff options
author | bd <bdunahu@operationnull.com> | 2025-01-15 01:39:37 -0700 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-01-15 01:39:37 -0700 |
commit | 8a9b2586b29da0c8e6944f6813c5834d65645f7d (patch) | |
tree | 94d481082bdbbc7d2599f435ba360f4d171e2e9f /src/operationnull/pages.scm | |
parent | ef3f57fdec7634b73bb09618b56c7e125a89ee6e (diff) |
Diffstat (limited to 'src/operationnull/pages.scm')
-rw-r--r-- | src/operationnull/pages.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/operationnull/pages.scm b/src/operationnull/pages.scm index d317570..fe90925 100644 --- a/src/operationnull/pages.scm +++ b/src/operationnull/pages.scm @@ -27,10 +27,9 @@ (p "I am reachable by email:") (ul (@ (type "bullet")) (li (b "email: ") "bdunahu @ this domain")) - (ul (p (@ (style "font-size: 80%;")) - "If you know how/want to send encrypted email:") - (ul (@ (style "font-size: 80%;")) - (code "curl -sL https://operationnull.com/assets/bdunahu.pub | gpg --import") + (ul (@ (style "font-size: 80%;")) + (p "If you know how/want to send encrypted email:") + (ul (code "curl -sL https://operationnull.com/assets/bdunahu.pub | gpg --import") (br) "Fingerprint: " (code "5550 5CA6 9DE5 D342 7F31 F9AE 5F86 6C65 2A34 C996"))) |