diff --git a/earth/g1gate/changelog.html b/earth/g1gate/changelog.html new file mode 100644 index 0000000..75598b3 --- /dev/null +++ b/earth/g1gate/changelog.html @@ -0,0 +1,53 @@ + + + + +Journal de bord 🜶 Ğ1Gate + + +
+

Journal de bord 🜶 Ğ1Gate

+

+ + « Revenir à Ğ1Gate + +

+
+
+ +
+

2023-oct-20

+ +
+ +
+

2023-sept-22

+ +
+ + +
+

2023-août-19

+ +
+ + +
+

2023-août-16

+ +
+ +
+ + + + diff --git a/earth/g1gate/index.html b/earth/g1gate/index.html index febf8ba..8afe750 100644 --- a/earth/g1gate/index.html +++ b/earth/g1gate/index.html @@ -12,34 +12,32 @@
-

Où va la Ğ1 ?

-

- Explorez la blockchain Ğ1 pour savoir où va la Ğ1. + ZenCard Transactions

- +

@@ -51,8 +49,8 @@ Follow the money

- - Journal de bord + + Journal de versions

@@ -63,9 +61,14 @@ const urlParams = new URLSearchParams(window.location.search); const pubkey = urlParams.get('pubkey'); + const minDate = urlParams.get('minDate'); + // ?pubkey=J8vnw1A2SSxEbDnufqk...&txLimit=200&minDate=2023-12-04#expenses const pubkeyElement = document.querySelector('input[name="pubkey"]'); + const minDateElement = document.querySelector('input[name="minDate"]'); + pubkeyElement.value = pubkey || '(⌐■_■)' + minDateElement.value = minDate || '2017-03-08'