diff --git a/dist/index.html b/dist/index.html index c31a5d3..a006d23 100644 --- a/dist/index.html +++ b/dist/index.html @@ -5,161 +5,598 @@ - + + + + + - + - -
+ diff --git a/examples/fiatjaf.html b/examples/fiatjaf.html index a4002d0..1c7d1d1 100644 --- a/examples/fiatjaf.html +++ b/examples/fiatjaf.html @@ -5,7 +5,7 @@ - + @@ -13,151 +13,590 @@ + + + + + + - -
+ diff --git a/examples/hodlbod.html b/examples/hodlbod.html index d87d78d..7564a53 100644 --- a/examples/hodlbod.html +++ b/examples/hodlbod.html @@ -5,7 +5,7 @@ - + @@ -13,151 +13,590 @@ + + + + + + - -
+ diff --git a/examples/opensats.html b/examples/opensats.html index ea4dc11..67020d9 100644 --- a/examples/opensats.html +++ b/examples/opensats.html @@ -5,7 +5,7 @@ - + @@ -13,151 +13,590 @@ + + + + + + - -
+ diff --git a/justfile b/justfile index bb78284..06bd0f8 100644 --- a/justfile +++ b/justfile @@ -14,10 +14,12 @@ examples: sed -i.bak "s/replace_with_your_npub/npub1jlrs53pkdfjnts29kveljul2sm0actt6n8dxrrzqcersttvcuv3qdjynqn/g" index.html && rm -f index.html.bak sed -i.bak 's///g' index.html && rm index.html.bak sed -i.bak 's///g' index.html && rm index.html.bak + sed -i.bak 's///g' index.html && rm index.html.bak npm run build mv dist/index.html examples/hodlbod.html cp blank.html index.html sed -i.bak "s/replace_with_your_npub/npub180cvv07tjdrrgpa0j7j7tmnyl2yr6yr7l8j4s3evf6u64th6gkwsyjh6w6/g" index.html && rm -f index.html.bak + sed -i.bak 's///g' index.html && rm index.html.bak npm run build mv dist/index.html examples/fiatjaf.html cp blank.html index.html