summaryrefslogtreecommitdiffhomepage
path: root/src/en/euro/tnotes.template.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/en/euro/tnotes.template.html')
-rw-r--r--src/en/euro/tnotes.template.html62
1 files changed, 0 insertions, 62 deletions
diff --git a/src/en/euro/tnotes.template.html b/src/en/euro/tnotes.template.html
deleted file mode 100644
index de0bdeb..0000000
--- a/src/en/euro/tnotes.template.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html>
-<html lang=XX>
- <head>
- <meta charset=UTF-8 />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <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.
- </p>
- </section>
-
- <br />
-
- <section class="cl-section slant-down">
- <div>
- <table id=test-banknote-table class=coin-table cellspacing=0>
- <thead>
- <tr>
- <th colspan=7>Test Banknotes</th>
- </tr>
- <tr>
- <th colspan=1>Denomination</th>
- <th colspan=6>Serial Number / Printer Code / Signature</th>
- </tr>
- </thead>
- <tbody>
- <!-- TABLE-BODY -->
- </tbody>
- </table>
- </div>
- </section>
-
- <section><!-- FOOTER --></section>
- </main>
- </body>
-</html>