-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
26 lines (26 loc) · 881 Bytes
/
index.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="assets/images/favicon.ico" />
<title>Accueil | Charles Cantin</title>
<link href="assets/css/footer.css" rel="stylesheet" />
<link href="assets/css/header.css" rel="stylesheet" />
<link href="assets/css/index.css" rel="stylesheet" />
</head>
<body>
<main>
<nav>
<a href="contact.html">Contact</a>
<a href="galery.html">Galerie</a>
<a href="presta-tarif.html">Tarifs & <br/>Prestations</a>
<div class="separator"></div>
</nav>
<img src="assets/images/charles-cantin-accueil_background.png" alt="logo de l'entreprise" />
</main>
<footer>
<span>Made By Kevin CHALLIT</span>
</footer>
</body>
</html>