-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
71 lines (60 loc) · 2.28 KB
/
index.html
File metadata and controls
71 lines (60 loc) · 2.28 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
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
66
67
68
69
70
71
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Google</title>
<link rel="icon" href="icon.png" type="image/x-icon">
<link rel="stylesheet" href="google_css.css">
</head>
<body>
<header>
<div class="nav">
<div><a href="https://mail.google.com/mail/&ogbl">Gmail</a></div>
<div><a href="https://www.google.fr/imghp?hl=fr&ogbl">Images</a></div>
<div><a href="https://www.google.fr/intl/fr/about/products"> <img
src="https://ssl.gstatic.com/gb/images/bar/al-icon.png"></a></div>
<div><a
href="https://accounts.google.com/ServiceLogin?hl=fr&passive=true&continue=https://www.google.fr/&ec=GAZAmgQ"><button
type="button">Connection</button></a></div>
</div>
</header>
<div class="form-group">
<div><img class="logo" src="google.png" id="logo_google"></div>
<div>
<id class="text"></id><input type="text">
</div>
<div><img class="mic" src="mic_FILL0_wght400_GRAD0_opsz24.png" alt="micro" height="25px"></div>
<div><img class="photo" src="photo_camera_FILL0_wght400_GRAD0_opsz24.png" alt="photo" height="25px"></div>
<div><img class="search" src="search_FILL0_wght400_GRAD0_opsz24.png" alt="search"></div>
</div>
<div class="middle">
<div class="boutons"><button>Recherche Google</button></div>
<div class="boutons"><button>J'ai de la chance</button></div>
</div>
<div class="footer">
<div class="pays">
<p>France</p>
</div>
<div class="autres">
<div class="left-footer">
<p>À propos</p>
<p>Publicité</p>
<p>Entreprise</p>
<p>Comment fonctionne la recherche google</p>
</div>
<div class="center-footer">
<p>Notre troisième décennie d'action pour le climat</p>
</div>
<div class="right-footer">
<p>Signaler un contenu inapproprié</p>
<p>Infos consommateur</p>
<p>Confidentialité</p>
<p>Conditions</p>
<p>Paramètres</p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>