-
Notifications
You must be signed in to change notification settings - Fork 0
/
accueil_google.html
60 lines (52 loc) · 2.43 KB
/
accueil_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
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/6b9c5eb998.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css" />
<link rel="stylesheet" href="./accueil_google.css">
<title>Google</title>
</head>
<body>
<header>
<!-- <div class="left">
<p>About</p>
<p>Store</p>
</div> -->
<div class="right">
<p>Gmail</p>
<p>Images</p>
<svg class="gb_6e" focusable="false" viewBox="0 0 24 24">
<path
d="M6,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM6,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM6,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM12,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM16,6c0,1.1 0.9,2 2,2s2,-0.9 2,-2 -0.9,-2 -2,-2 -2,0.9 -2,2zM12,8c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,14c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2zM18,20c1.1,0 2,-0.9 2,-2s-0.9,-2 -2,-2 -2,0.9 -2,2 0.9,2 2,2z">
</path>
</svg>
<p class="user"><button type="submit">Connexion</button></p>
</div>
</header>
<section class="main">
<img src="https://www.google.fr/images/branding/googlelogo/2x/googlelogo_color_160x56dp.png" alt="">
<div class="form-group">
<input type="texte">
<label><i class="fas fa-microphone"></i></label>
<label><i class="fa-solid fa-camera-retro"></i></label>
<label><i class="fas fa-magnifying-glass"></i></label>
</div>
<div class="buttons">
<button>Recherche Google</button>
<button>J'ai de la chance</button>
</div>
</section>
<footer>
<p><span>Burkina Faso</span> </p>
<div>
<p><span>A propos</span> <span>Publicite</span> <span>Entreprise</span> <span>Comment fonctionne la
recherche
Google ?</span></p>
<p> <span>Confidentialite</span> <span>Conditions</span> <span>Parametres</span> </p>
</div>
</footer>
</body>
</html>