diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-26 22:23:00 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-26 22:23:00 +0100 |
commit | b57b03e034a573e2b55d6194b280b8522589715f (patch) | |
tree | cac3154d8164a1669ad2245bd548eb213053f606 /merci | |
parent | 537ab6bc23125106c30faf181027b569c8730e86 (diff) | |
download | gpigeon-b57b03e034a573e2b55d6194b280b8522589715f.tar.gz gpigeon-b57b03e034a573e2b55d6194b280b8522589715f.zip |
Translated merci/index.html
- for info, you see this page when the gpigeon form has been
submitted and the mail server successfully sent you the encrypted message.
Diffstat (limited to 'merci')
-rw-r--r-- | merci/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/merci/index.html b/merci/index.html index 8e5c55a..0335d73 100644 --- a/merci/index.html +++ b/merci/index.html @@ -1,11 +1,10 @@ <!DOCTYPE html> <html> <head> - <link rel="icon" type="image/x-icon" href="/gpgform/gpigeon.ico"> - <title>Message bien envoyé!</title> + <link rel="icon" type="image/x-icon" href="../favicon.ico"> + <title>Message has been sent</title> </head> <body> - <h1>Ton message a bien été envoyé. Merci - beaucoup</h1> + <h1>Your message has been sent. Thank you !</h1> </body> </html> |