diff options
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> |