diff options
-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> |