-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles/index.css">
</head>
<body>
<ul>
<li><a href="index.html"><img id="avatar" src="images/avatar.png"></img></a></li>
<li><a href="index.html"><img id="menu" src="images/menu.png"></img></a></li>
<li><a href="index.html">Images</a></li>
<li><a href="index.html">Gmail</a></li>
</ul>
<img id="google" src="images/googlelogo.png"></img>
<form class="example" action="action_page.php">
<input type="text" placeholder="Search.." name="search">
</form>
<div id="search_button">
<button class="button button2">Recherche Google</button>
<button class="button button2">J'ai de la chance</button>
</div>
<footer>
<p class="footer_left">Belgique</p>
<p class="footer_left">Publicité   Entreprise   À propos Comment fonctionne la recherche Google ?                                         Confidentialité   Conditions   Paramètre</p>
</footer>
</body>
</html>