-
Notifications
You must be signed in to change notification settings - Fork 0
/
google.html
57 lines (57 loc) · 1.53 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
<title>Google</title>
</head>
<body>
<header class="group">
<span class="header">
<a href="https://plus.google.com/?gpsrc=ogpy0&tab=wX">+Vous</a>
<a href="https://mail.google.com/mail/?tab=wm">Gmail</a>
<a href="https://www.google.com/imghp?hl=fr&tab=wi&ei=DZe9U_zSIKTM0QX844HIDA&ved=0CAQQqi4oAg">Images</a>
<a class="applications" href="http://www.google.com/intl/fr/options/" title="Applications"></a>
<a class="connexion" href="https://accounts.google.com/ServiceLogin?hl=fr&continue=https://www.google.com/%3Fgws_rd%3Dssl">
Connexion
</a>
</span>
</header>
<div class="body">
<div class="logo">
<img title="google" class="logo" src="https://www.google.com/images/srpr/logo11w.png"/>
<div class="country" title="France">France
</div>
</div>
<form name="searchForm">
<div class="search">
<input name="search" type="text"/>
</div>
</form>
<div class="search-button">
<span>
<a>Recherche Google</a>
</span>
<span>
<a>J'ai de la chance</a>
</span>
</div>
</div>
<footer>
<!--
<div class="footer"> -->
<span class="lhs">
<a href="">Publicité</a>
<a href="">Entreprise</a>
<a href="">À propos</a>
</span>
<span class="rhs">
<a href="">Confidentialité et conditions d'utilisation</a>
<a href="">Paramètres</a>
<a href="">Utiliser Google.com</a>
</span>
<!--</div>-->
</footer>
</body>
</html>