diff options
Diffstat (limited to 'merci/index.html')
-rw-r--r-- | merci/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/merci/index.html b/merci/index.html new file mode 100644 index 0000000..8e5c55a --- /dev/null +++ b/merci/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <link rel="icon" type="image/x-icon" href="/gpgform/gpigeon.ico"> + <title>Message bien envoyé!</title> + </head> + <body> + <h1>Ton message a bien été envoyé. Merci + beaucoup</h1> + </body> +</html> |