-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
64 lines (60 loc) · 1.98 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
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
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Google</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="google-g-2015-logo-png-transparent.png?" type="image/icon type">
</head>
<body>
<div class="headbar">
<li> <a href="https://github.com/ImanIra0ui" target="#"> <img class="profile" src="maxresdefault.jpg"> </li> </a>
<li> <img src="Capture.PNG" class="grid"> </li>
<li class="list"> Images </li>
<li class="list"> Gmail </li>
</div>
<div class="milieu">
<div class="google-img">
<a href="index.html">
<img src="google-logo.png">
</a>
</div>
<div class="search">
<div id="search-icn">
<i class="fa fa-search"></i>
</div>
<input class="bar" type="text">
<img src="mic.PNG" id="mic">
</div>
<div class="buttons">
<button class="btn" id="btn1"> Recherche Google </button>
<button class="btn" id="btn1"> J'ai de la chance </button>
</div>
<div class="random">
Google disponible en :
<span class="langs1">
English
</span>
<span class="langs2">
العربية
</span>
</div>
</div>
</body>
<footer class="footer">
<div class="pays">
Maroc
</div>
<div class="foot">
<div class="elts1">
<li> Publicité </li>
<li> Entreprise </li>
<li> À propos </li>
<li> Comment fonctionne la recherche Google? </li>
</div>
<div class="elts">
<li> Confidentialité </li>
<li> Conditions </li>
<li> Paramètres </li>
</div>
</div>
</footer>