summaryrefslogtreecommitdiffhomepage
path: root/src/en/euro/coins-denom.template.html
blob: 3ed260d19d27c86c3a4ab1e274c5f0576211b430 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang=XX>
	<head>
		<meta charset=UTF-8 />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<title><!-- DENOM --> Coins</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 -->
			<!-- COIN-DENOM-NAV -->
		</nav>

		<main>
			<section>
				<header>
					<h1><!-- DENOM --> Coins</h1>
				</header>
			</section>

			<br /><br />

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

			<br /><br />

			<!-- DENOM-TABLE -->

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