diff options
Diffstat (limited to 'src/pt/euro/coins-denom.template.html')
-rw-r--r-- | src/pt/euro/coins-denom.template.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/pt/euro/coins-denom.template.html b/src/pt/euro/coins-denom.template.html deleted file mode 100644 index bf92ff1..0000000 --- a/src/pt/euro/coins-denom.template.html +++ /dev/null @@ -1,35 +0,0 @@ -<!DOCTYPE html> -<html lang=XX> - <head> - <meta charset=UTF-8 /> - <meta name="viewport" content="width=device-width, initial-scale=1" /> - <title><!-- DENOM --> € Moedas</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 --> € Moedas</h1> - </header> - </section> - - <br /><br /> - - <section><!-- TABLE-KEY --></section> - - <br /><br /> - - <!-- DENOM-TABLE --> - - <section><!-- FOOTER --></section> - </main> - </body> -</html> |