-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle1.html
39 lines (34 loc) · 884 Bytes
/
google1.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Google</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles1.css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header class="clearfix">
<div class="right">
</div>
</nav>
</header>
<div class="container">
<form class="mainsearch">
<div class="buttons">
<a class="btn btn-bts1" href="google.html">AFFICHER LES ÉLÉMENTS CENTRAUX</a>
</div>
</form>
</div>
<footer>
<div class="left">
</div>
<div class="right">
</ul>
</div>
</footer>
</body>
</html>