summaryrefslogtreecommitdiffhomepage
path: root/src/de/euro/coins-denom.template.html
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-06-09 00:46:16 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-06-09 00:46:16 +0200
commit60daaff65a306082d335feac58c52ec39bf36f85 (patch)
tree11b3fb8274d190c822c8a55914ec69c1f060e682 /src/de/euro/coins-denom.template.html
parent3701a2c84534fc6c4a00a0466ff2cc36874d4328 (diff)
Add pages for specific denominations
Diffstat (limited to 'src/de/euro/coins-denom.template.html')
-rw-r--r--src/de/euro/coins-denom.template.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/de/euro/coins-denom.template.html b/src/de/euro/coins-denom.template.html
new file mode 100644
index 0000000..64e8cf7
--- /dev/null
+++ b/src/de/euro/coins-denom.template.html
@@ -0,0 +1,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>