diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-05-24 01:16:29 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-05-24 01:16:29 +0200 |
commit | 4e7535fd73d232a51629fc33f65a61754a155b22 (patch) | |
tree | acce114d59f1679d8f08a4c96ed180b8027c632a /src/en/euro/tnotes.template.html |
Genesis commit
Diffstat (limited to 'src/en/euro/tnotes.template.html')
-rw-r--r-- | src/en/euro/tnotes.template.html | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/src/en/euro/tnotes.template.html b/src/en/euro/tnotes.template.html new file mode 100644 index 0000000..982e1cf --- /dev/null +++ b/src/en/euro/tnotes.template.html @@ -0,0 +1,66 @@ +<!DOCTYPE html> +<html lang=XX> + <head> + <meta charset=UTF-8 /> + <title>Euro Test-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>Euro Test-Banknotes</h1> + </header> + </section> + + <br /><br /> + + <section><!-- TABLE-KEY --></section> + + <br /><br /> + + <section> + <p> + The following “test banknotes” were banknotes from the “Europa” series + printed to test their usage in ATMs and such. The ‘*’ character in + the below serial numbers represents an arbitrary number/letter. + <br /><br /> + A few additional notes: the €5 test-note bears the signature of + Jean-Claude Trichet, and the €20 test-note beginning with ‘S’ was + printed on the plate “S004”. If a note matches the serial-number + pattern but does fails these requirements, it’s not a test-note. + </p> + </section> + + <br /> + + <section class="cl-section slant-down"> + <div> + <table id=test-banknote-table class=coin-table cellspacing=0> + <thead> + <tr> + <th colspan=2>Test Banknotes</th> + </tr> + <tr> + <th>Year</th> + <th>Serial Number</th> + </tr> + </thead> + <tbody> + <!-- TABLE-BODY --> + </tbody> + </table> + </div> + </section> + + <section><!-- FOOTER --></section> + </main> + </body> +</html> |