From 9950201dd75a4cab3fc7d54975fa9bce9b1b239e Mon Sep 17 00:00:00 2001 From: counterweight Date: Wed, 24 Dec 2025 10:52:09 +0100 Subject: [PATCH] add link to bitcoin infra --- public/index.html | 3 +++ public/styles.css | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 7021775..e4c5a83 100644 --- a/public/index.html +++ b/public/index.html @@ -123,6 +123,9 @@ My Python package to handle Spanish DNIs better +
  • + My open access Bitcoin infrastructure that you can use freely. It includes access to the peer port of my Bitcoin node, an Electrum server and a mempool.space instance. +
  • There are also some other projects that I generally keep private but diff --git a/public/styles.css b/public/styles.css index 690b8b1..e7908b3 100644 --- a/public/styles.css +++ b/public/styles.css @@ -7,7 +7,8 @@ body { h1, h2, -h3 { +h3, +h4 { text-align: center; }