-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (39 loc) · 1.6 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<meta content="Développement WEB Projet" name="description">
<meta content="html,css,stage,web,projet" name="keywords">
<title>Développement WEB</title>
<link rel="shortcut icon" href="Images/Logo/logo.png" type="image/x-icon">
</head>
<body>
<div class="accueil">
<nav>
<a href="index.html"><img src="Images/Logo/logo.png" alt="Logo"></a>
<div class="Navigation">
<a class="Actif Masquer" href="index.html">Accueil</a>
<div class="dropdown">
<p>Sommaire</p>
<div class="dropdown-content">
<a href="Introduction.html">Introduction</a>
<a href="Description-du-métier.html">Description de métier</a>
<a href="Materiels-et-méthodes.html">Matèriels et Méthodes</a>
<a href="avantages-et-inconvénients.html">avantages et inconvénients</a>
</div>
</div>
<a href="Conclusion.html">Conclusion</a>
</div>
</nav>
<div class="Titre">
<h1>Développeur de sites Web </h1>
<div class="Noms">
<a href="https://aklisalma.github.io" target="blank">Akli Salma</a>
</div>
</div>
</div>
</body>
</html>