summaryrefslogtreecommitdiffhomepage
path: root/src/pt/euro/notes.template.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/pt/euro/notes.template.html')
-rw-r--r--src/pt/euro/notes.template.html87
1 files changed, 0 insertions, 87 deletions
diff --git a/src/pt/euro/notes.template.html b/src/pt/euro/notes.template.html
deleted file mode 100644
index a69f6f3..0000000
--- a/src/pt/euro/notes.template.html
+++ /dev/null
@@ -1,87 +0,0 @@
-<!DOCTYPE html>
-<html lang=XX>
- <head>
- <meta charset=UTF-8 />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <title><!-- DENOM --> € Notas</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 --> € Notas</h1>
- </header>
- </section>
-
- <br /><br />
-
- <section><!-- TABLE-KEY --></section>
-
- <br /><br />
-
- <section>
- <p>
- Nos números de série das notas encontradas na série “Eras e Estilos da
- Europa”, também conhecida como série “2002”, a primeira letra
- representa o país de emissão da nota. Na segunda série (a série
- “Europa”) a primeira letra já não representa o país emissor, mas sim o
- local onde a nota foi impressa.
- <!-- IF-5 -->
- <br /><br />
- Não foram impressas notas de 5 € para a série “Eras e Estilos da
- Europa” que levam a assinatura de Mario Draghi.
- <!-- FI-5 -->
- <!-- IF-500 -->
- <br /><br />
- A nota de 500 € foi descontinuada e retirada de circulação com o
- lançamento da série “Europa”.
- <!-- 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>Eras e Estilos da Europa</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>Série Europa</th>
- </tr>
- </thead>
- <tbody>
- <!-- EUROPA-TABLE-BODY -->
- </tbody>
- </table>
- </div>
- </section>
- <!-- FI-!500 -->
-
- <section><!-- FOOTER --></section>
- </main>
- </body>
-</html>