-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
29 lines (26 loc) · 1008 Bytes
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html>
<html lang="fr">
<head>
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/contact.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>N&D Watchs</title>
<script defer src="js/script.js"></script>
</head>
<body>
<header id="header"></header>
<h1>Comment nous contacter ?<h1>
<div class="contacts">
<h2>
Directement sur place
Au 10 rue de Bonnel 69003 Lyon <img src="partdieu.jpg">
</h2>
<h2> Par mail <a href="mailto:[email protected]" ><img src="imagemails.jpg"> </a></h2>
<h2>Par telephone <a href="tel:0653784106"><img src="phone.jpg"> </a></h2>
</div>
<div id="liens"></div>
<footer> ©N&DWatch/10RuedeBonnel69003Lyon</footer>
</body>
</html>