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