-
Notifications
You must be signed in to change notification settings - Fork 1
/
google.html
61 lines (49 loc) · 1.83 KB
/
google.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google</title>
</head>
<body>
<!-- ------------- HAUT --------------- -->
<div class="topContener">
<a href="#">Gmail</a>
<a href="#">Image</a>
<a href="#"><img src="palette.png" alt="palletMenu" width="20px"></a>
<a href="#" class="bconnexion">Connexion</a>
</div>
<!-- ------------CENTRE ---------------- -->
<div class="corp">
<img src="logo.png" alt="Google"title="Google">
<input type="search" id="Barre de rechercher" name="q" aria-label="Search through site content" >
<div class="lesBouttons">
<form class="boutton">
<input type="submit" value=" Recherche Google" onclick="msg()">
</form>
<form class="boutton">
<input type="submit" value="J'ai de la chance" onclick="msg()">
</form>
</div>
<p>Google disponible en : <a href="#">English</a> </p>
<!-- ne pas oublier de mettre les pointeur -->
<!-- au chargement ca va direct sur reccherche -->
</div>
</body>
<!-- ------------PIED ---------------- -->
<div class="general">
<span class="piedGauche">
<a href="#">Publicité</a>
<a href="#">Entreprise</a>
<a href="#"> A propos</a>
<a href="#"> Comment fonctionne la recherche Google ?</a>
</span>
<span class="piedDroit">
<a href="#">Info consommateurs</a>
<a href="#">Confidentialité</a>
<a href="#">Conditions</a>
<a href="#"class="fin">Paramètres</a>
</span>
</div>
</html>