From 238daba766a4cc6455cbaea1f7021a2d19a80b64 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Fri, 12 Jul 2024 15:32:47 +0000 Subject: [PATCH] Add some spans and classes so we can play with CSS --- index.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/index.html b/index.html index 924b5c8..6da4430 100644 --- a/index.html +++ b/index.html @@ -37,17 +37,17 @@

BIP 353 Human Readable Names Resolver

-

- BIP 353 defines the way to encode simple human-readable names and map them to Bitcoin payment intructions. -

- If your wallet doesn't yet resolve BIP 353 names natively, this site will resolve them for you, letting you pay human readable names seamlessly. -

-

+ +

+ BIP 353 defines the way to encode simple human-readable names and map them to Bitcoin payment intructions. +

+ If your wallet doesn't yet resolve BIP 353 names natively, this site will resolve them for you, letting you pay human readable names seamlessly. +

+ +

- ₿ - -
+ ₿
Resolve name using 

-

Note that most BIP 353 addresses rely on at least BOLT 12 or Silent Payments and as both are relatively new, wallet support isn't yet universal. Check that your wallet supports at least one of the two if you are unable to pay.

-

While you're absolutely trusting this site to not provide you with bad code, the code we promise we served you fully validates the name using DNSSEC. Thus, no matter what server you use to resolve the name, the worst they can do is log who you're paying or tell you they're not payable. They can never lie and give you the wrong address!

-

Make this site beautiful by editing it on Github

+ +

Note that most BIP 353 addresses rely on at least BOLT 12 or Silent Payments and as both are relatively new, wallet support isn't yet universal. Check that your wallet supports at least one of the two if you are unable to pay.

+

While you're absolutely trusting this site to not provide you with bad code, the code we promise we served you fully validates the name using DNSSEC. Thus, no matter what server you use to resolve the name, the worst they can do is log who you're paying or tell you they're not payable. They can never lie and give you the wrong address!

+

Make this site beautiful by editing it on Github

+
-- 2.39.5