-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (52 loc) · 1.34 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
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="google.css">
</head>
<body>
<div class="nav">
<div class="left">
</div>
<div class="middle">
</div>
<div class="right">
<a class="item" href="gmail.com">Gmail</a>
<a class="item" href="https://www.google.fr/imghp?hl=fr&tab=wi&authuser=0&ogbl">Images</a>
<img class="menu" src="menugris.png" />
<input type="button" class="connexion" value="Connexion">
</div>
</div>
<div class="google">
<img src="google.png">
</div>
<div class="recherche">
<input type="combobox" id="recherche">
</div>
<br>
<div class="boutton">
<br><input type="button" value="Recherche Google">
<input type="button" value="J'ai de la chance">
</div>
<br>
<div class="langue">
<small>Google disponible en: <a href="google.uk">English</a></small>
</div>
<div class="navfoot">
<div class="bas">
<div class="navfootl">
<p><small>France</small></p>
</div>
<div class="finfin">
<div class="gauche">
<p><small>Publicité Entreprise A Propos Comment fonctionne la recherche
google?</small></p>
</div>
<div class="droite">
<p><small>Info coonsommateurs Confidentialité Conditions Paramètre</small></p>
</div>
</div>
</div>
</div>
</body>
</html>