-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (56 loc) · 2.31 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="fr">
<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">
<link rel="shortcut icon" href="LE.png"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous">
<title>Le Google</title>
</head>
<body>
<header>
<div class="head">
<a href="#">Gmail</a>
<a href="#">Images</a>
<a href="#"><img src ="points.JPG"></a>
<a href="#"><img src ="profil.JPG"></a>
</div>
</header>
<section id="google">
<div class="img-google">
<img src="LE.png"> <img src="google.png">
</div>
<div class="search container">
<div id="search-block">
<i class='fas fa-search' style="color:#bbb;"> </i>
<input type="text" name="search"/>
</div>
</div>
<div class="button-search">
<input id="research" type="submit" value="Recherche Google" class="button" />
<button id="chance" class="button">J'ai de la chance</button>
</div>
</section>
<footer>
<div id="foot-one">
France
</div>
<div id="foot-two">
<ul>
<li><a href="#" > A propos </a></li>
<li><a href="#" > Publicité </a></li>
<li><a href="#" > Entreprise </a></li>
<li><a href="#" > Comment fonctionne la recherche le google ? </a></li>
<li><a href="#" > Neutre en carbonne depuis 2007 </a></li>
<li><a href="#" > Infos Consommateurs </a></li>
<li><a href="#" > Confidentialité </a></li>
<li><a href="#" > Conditions </a></li>
<li><a href="#" > Paramètres </a></li>
</ul>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>