diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-06-09 00:46:16 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-06-09 00:46:16 +0200 |
commit | 60daaff65a306082d335feac58c52ec39bf36f85 (patch) | |
tree | 11b3fb8274d190c822c8a55914ec69c1f060e682 /src/pt/euro/coins-denom.template.html | |
parent | 3701a2c84534fc6c4a00a0466ff2cc36874d4328 (diff) |
Add pages for specific denominations
Diffstat (limited to 'src/pt/euro/coins-denom.template.html')
-rw-r--r-- | src/pt/euro/coins-denom.template.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/src/pt/euro/coins-denom.template.html b/src/pt/euro/coins-denom.template.html new file mode 100644 index 0000000..3ed260d --- /dev/null +++ b/src/pt/euro/coins-denom.template.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html lang=XX> + <head> + <meta charset=UTF-8 /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <title>€<!-- DENOM --> Coins</title> + <link rel="shortcut icon" type="image/svg" href="/favicon.svg" /> + <link rel="stylesheet" type="text/css" href="/style.css" /> + </head> + + <body> + <nav> + <!-- NAV-BAR --> + <!-- COIN-DENOM-NAV --> + </nav> + + <main> + <section> + <header> + <h1>€<!-- DENOM --> Coins</h1> + </header> + </section> + + <br /><br /> + + <section><!-- TABLE-KEY --></section> + + <br /><br /> + + <!-- DENOM-TABLE --> + + <section><!-- FOOTER --></section> + </main> + </body> +</html> |