diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-05-25 00:33:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-05-25 00:33:13 +0200 |
commit | b3c367d9255bcc296b6740d1b437335d445b7253 (patch) | |
tree | 8a3baa3f11b6412bfa887f085216ffbc4c25e300 /src/pt/euro/notes.template.html | |
parent | cf1be05a20c7abd7405f5953679f39be9d1fa015 (diff) |
Don’t mind me
Diffstat (limited to 'src/pt/euro/notes.template.html')
-rw-r--r-- | src/pt/euro/notes.template.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/pt/euro/notes.template.html b/src/pt/euro/notes.template.html index f219178..f15f087 100644 --- a/src/pt/euro/notes.template.html +++ b/src/pt/euro/notes.template.html @@ -1,9 +1,8 @@ <!DOCTYPE html> -<!-- TODO --> <html lang=XX> <head> <meta charset=UTF-8 /> - <title><!-- DENOM --> € notas</title> + <title>€<!-- DENOM --> Banknotes</title> <link rel="shortcut icon" type="image/svg" href="/favicon.svg" /> <link rel="stylesheet" type="text/css" href="/style.css" /> </head> @@ -17,7 +16,7 @@ <main> <section> <header> - <h1><!-- DENOM --> € notas</h1> + <h1>€<!-- DENOM --> Banknotes</h1> </header> </section> |