diff options
Diffstat (limited to 'src/en/euro/notes.template.html')
-rw-r--r-- | src/en/euro/notes.template.html | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/src/en/euro/notes.template.html b/src/en/euro/notes.template.html new file mode 100644 index 0000000..f15f087 --- /dev/null +++ b/src/en/euro/notes.template.html @@ -0,0 +1,87 @@ +<!DOCTYPE html> +<html lang=XX> + <head> + <meta charset=UTF-8 /> + <title>€<!-- DENOM --> Banknotes</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 --> + <!-- NOTE-NAV --> + </nav> + + <main> + <section> + <header> + <h1>€<!-- DENOM --> Banknotes</h1> + </header> + </section> + + <br /><br /> + + <section><!-- TABLE-KEY --></section> + + <br /><br /> + + <section> + <p> + In the serial numbers of the banknotes found in the “Ages and Styles + of Europe” series, also known as the “2002” series, the first letter + represents the country that the banknote was issued by. In the second + series (the “Europa” series) the first letter no longer represents the + issuing country but instead the location at which the banknote was + printed. + <!-- IF-5 --> + <br /><br /> + No €5 banknotes were printed for the “Ages and Styles of Europe” + series which bear the signature of Mario Draghi. + <!-- FI-5 --> + <!-- IF-500 --> + <br /><br /> + The €500 banknote was discontinued and withdrawn from circulation with + the release of the “Europa” series. + <!-- FI-500 --> + </p> + </section> + + <br /> + + <section class="cl-section slant-down"> + <div> + <table class="coin-table bnote-table" cellspacing=0> + <thead> + <tr> + <th colspan=12>Ages and Styles of Europe</th> + </tr> + </thead> + <tbody> + <!-- 2002-TABLE-BODY --> + </tbody> + </table> + </div> + </section> + + <!-- IF-!500 --> + <section class="cl-section slant-down"> + <div> + <table class="coin-table bnote-table" cellspacing=0> + <thead> + <tr> + <th colspan=12>Europa Series</th> + </tr> + </thead> + <tbody> + <!-- EUROPA-TABLE-BODY --> + </tbody> + </table> + </div> + </section> + <!-- FI-!500 --> + + <section><!-- FOOTER --></section> + </main> + </body> +</html> |