-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexercices.html
More file actions
39 lines (37 loc) · 1.26 KB
/
exercices.html
File metadata and controls
39 lines (37 loc) · 1.26 KB
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
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="description" content="exercices Html">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style1.css">
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Acme&Anton&Pacifico" rel="stylesheet">
<title>Exercices</title>
</head>
<body>
<header>
<div id="reseauxsociaux">
<i class="fa fa 2x-twitter-square" aria-hidden="true"></i>
<i class="fa fa-facebook-official" aria-hidden="true"></i>
<i class="fa fa-instagram" aria-hidden="true"></i>
<i class="fa fa-pinterest-square" aria-hidden="true"></i>
<i class="fa fa-linkedin-square" aria-hidden="true"></i>
</div>
<div class="clear"></div>
<div id="logo">
<a href="exercices.html"><img src="img/logo.png" alt="logo"></a>
</div>
<div id="slogan">
<h1>le site de Yannick Bley</h1>
</div>
</header>
<nav>
<a href="exercices.html">Home</a>
<a href="presentation.html">Présentation</a>
<a href="société.html">Société</a>
<a href="formations.html">Fomations</a>
</nav>
</body>
</html>