diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-05-24 01:59:00 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-05-24 01:59:00 +0200 |
commit | ca5fa047343470826da1843b6ce5a0ae9f02a5fb (patch) | |
tree | 57e13c9f6852995f8e7c847d22a13fecd9ccd1ba /src/pt/euro/notes.template.html | |
parent | 4e7535fd73d232a51629fc33f65a61754a155b22 (diff) |
More changes
Diffstat (limited to 'src/pt/euro/notes.template.html')
-rw-r--r-- | src/pt/euro/notes.template.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/pt/euro/notes.template.html b/src/pt/euro/notes.template.html index 7a78bb1..f219178 100644 --- a/src/pt/euro/notes.template.html +++ b/src/pt/euro/notes.template.html @@ -3,18 +3,21 @@ <html lang=XX> <head> <meta charset=UTF-8 /> - <title>€<!-- DENOM --> Banknotes</title> + <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 --></nav> + <nav> + <!-- NAV-BAR --> + <!-- NOTE-NAV --> + </nav> <main> <section> <header> - <h1>€<!-- DENOM --> Banknotes</h1> + <h1><!-- DENOM --> € notas</h1> </header> </section> |