diff options
Diffstat (limited to 'view/courriel.php')
-rw-r--r-- | view/courriel.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/view/courriel.php b/view/courriel.php new file mode 100644 index 0000000..ed5fe79 --- /dev/null +++ b/view/courriel.php | |||
@@ -0,0 +1,10 @@ | |||
1 | <div id="courriel" > | ||
2 | <div> | ||
3 | <img src="public/timbre.png" alt="" ><br />Envoyez-moi un courriel à: <img src="public/courriel.png" > | ||
4 | </div> | ||
5 | |||
6 | <div id="courrielJS" > | ||
7 | <button onclick="clientCourriel();" >Avec mon logiciel<br />de messagerie</button> | ||
8 | <button onclick="copierAdresse();" >Copier l'adresse dans<br />le presse-papier</button> | ||
9 | </div> | ||
10 | </div> \ No newline at end of file | ||