-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.02 KB
/
index.html
File metadata and controls
37 lines (35 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<title>Google</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<nav>
<div>
<a href="http://mail.google.com">Gmail</a>
<a href="http://www.google.com/imghp?hl=fr">Images</a>
<img src="menu_noir.png" alt="menu_noir" />
<button class="btn_bleu">Connexion</button>
</div>
</nav>
<img src="googlelogo.png" alt="logo de google">
</header>
<input type="text" name="zone_recherche">
<button class="btn_centre">Recherche Google</button>
<button class="btn_centre">J'ai de la chance</button>
<p>Google disponible en : <a href="https://www.google.cm/setprefs?sig=0_rLYe4JoBYrfrqD1mx10WEJCg1rs%3D&hl=en&source=homepage&sa=X&ved=0ahUKEwi7gcS4qqHaAhVPK1AKHZNbCp0Q2ZgBCAg">English</a></p>
<footer>
<p>Cameroun</p>
<div>
<a href="">Publicité</a>
<a href="">Entreprise</a>
<a href="">A propos</a>
<a href="">Confidentialité</a>
<a href="">Paramètres</a>
</div>
</footer>
</body>
</html>