From 9cad508b5c98ca1029460807249cafb712f28f1e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 29 Oct 2023 22:39:48 +0100 Subject: Migrate the site to GSP and a Makefile --- src/euro/nav.dcoins.gsp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/euro/nav.dcoins.gsp (limited to 'src/euro/nav.dcoins.gsp') diff --git a/src/euro/nav.dcoins.gsp b/src/euro/nav.dcoins.gsp new file mode 100644 index 0000000..05cf036 --- /dev/null +++ b/src/euro/nav.dcoins.gsp @@ -0,0 +1,10 @@ +ul { + li {__link([/euro/1c], [€0.01])} + li {__link([/euro/2c], [€0.02])} + li {__link([/euro/5c], [€0.05])} + li {__link([/euro/10c], [€0.10])} + li {__link([/euro/20c], [€0.20])} + li {__link([/euro/50c], [€0.50])} + li {__link([/euro/1e], [€1.00])} + li {__link([/euro/2e], [€2.00])} +} -- cgit v1.2.3