<!DOCTYPE html>
<html lang=XX>
	<head>
		<meta charset=UTF-8 />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<title>Notas de Teste de Euro</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>Notas de Teste de Euro</h1>
				</header>
			</section>

			<br /><br />

			<section><!-- TABLE-KEY --></section>

			<br /><br />

			<section>
				<p>
					As seguintes “notas de teste” da série “Europa” foram impressas para
					testes de utilização em caixas eletrônicos. O caractere ‘*’ nos
					números de série abaixo representa um número/letra arbitrário.
				</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>Notas de Teste</th>
							</tr>
							<tr>
								<th colspan=1>Denominação</th>
								<th colspan=6>Número de Série / Código da Impressora / Assinatura</th>
							</tr>
						</thead>
						<tbody>
							<!-- TABLE-BODY -->
						</tbody>
					</table>
				</div>
			</section>

			<section><!-- FOOTER --></section>
		</main>
	</body>
</html>