diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-10-29 22:39:48 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-10-29 22:39:48 +0100 |
commit | 9cad508b5c98ca1029460807249cafb712f28f1e (patch) | |
tree | 2ad62d1ca57b7dc691550865cb7fb0b55c26da34 /src/pt/euro/note-nav.html | |
parent | c88b4c2d0842dfbb32fa744dde781601b9e4e7cf (diff) |
Migrate the site to GSP and a Makefile
Diffstat (limited to 'src/pt/euro/note-nav.html')
-rw-r--r-- | src/pt/euro/note-nav.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pt/euro/note-nav.html b/src/pt/euro/note-nav.html deleted file mode 100644 index 3947a42..0000000 --- a/src/pt/euro/note-nav.html +++ /dev/null @@ -1,10 +0,0 @@ -<ul> - <li><a href=/XX/euro/5e>5 €</a></li> - <li><a href=/XX/euro/10e>10 €</a></li> - <li><a href=/XX/euro/20e>20 €</a></li> - <li><a href=/XX/euro/50e>50 €</a></li> - <li><a href=/XX/euro/100e>100 €</a></li> - <li><a href=/XX/euro/200e>200 €</a></li> - <li><a href=/XX/euro/500e>500 €</a></li> - <li><a href=/XX/euro/tn>Notas de Teste</a></li> -</ul> |