-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (47 loc) · 3 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="google.css" />
</head>
<body>
<header>
<div class="navigateur">
<div class="lnav"><a href="https://mail.google.com/mail/?tab=wm">Gmail</a> </div>
<div class="lnav"><a href="https://www.google.fr/imghp?hl=fr&tab=wi">Images</a></div>
<div class="lnav"><a href="https://www.google.fr/intl/fr/options/"> <img src="App.png" alt="Logo applications"></a></div>
<div class="lnav" id="connexion"><a href="https://accounts.google.com/ServiceLogin">Connexion</a> </div>
</div>
</header>
<button id="bouton_central" onclick="display()">AFFICHER LES ÉLÉMENTS CENTRAUX</button>
<div id="centre">
<section>
<img id="logo" src="logo.png" alt="logo Google" />
<div id="recherche">
<form action="/search">
<input id='answer' type="text" style="height:34px ;width:500px"; />
</form>
</div>
</section>
<button class="bouton1" onclick="recherche()">Recherche Google</button>
<button class="bouton2">J'ai de la chance</button>
</div>
<div id="france">
France
</div>
<footer>
<div class="footer1">
<div class="lfoot" id="publicité"><a href="https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=&cad=rja&uact=8&ved=0ahUKEwiyoszv2c3YAhXHJJoKHcT3AVYQkdQCCAo&url=https%3A%2F%2Fwww.google.fr%2Fintl%2Ffr_fr%2Fads%2F%3Fsubid%3Dww-ww-et-g-awa-a-g_hpafoot1_1!o2%26utm_source%3Dgoogle.com%26utm_medium%3Dreferral%26utm_campaign%3Dgoogle_hpafooter%26fg%3D1&usg=AOvVaw2uB175PdVvu_s_Oh5IRJXX">Publicité</a></div>
<div class="lfoot" id="Entreprise"><a href="https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=&cad=rja&uact=8&ved=0ahUKEwiyoszv2c3YAhXHJJoKHcT3AVYQktQCCAs&url=https%3A%2F%2Fwww.google.fr%2Fservices%2F%3Fsubid%3Dww-ww-et-g-awa-a-g_hpbfoot1_1!o2%26utm_source%3Dgoogle.com%26utm_medium%3Dreferral%26utm_campaign%3Dgoogle_hpbfooter%26fg%3D1&usg=AOvVaw3oBerwhZw46LsPtxWHNJJA">Entreprise</a></div>
<div class="lfoot" id="propos"><a href="https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=&cad=rja&uact=8&ved=0ahUKEwiyoszv2c3YAhXHJJoKHcT3AVYQkNQCCAw&url=https%3A%2F%2Fwww.google.fr%2Fintl%2Ffr_fr%2Fabout%2F%3Futm_source%3Dgoogle.com%26utm_medium%3Dreferral%26utm_campaign%3Dhp-footer%26fg%3D1&usg=AOvVaw1Jwo2vO2kGpzOPWCuzWlrz">A propos</a></div>
</div>
<div class="footer2">
<div class="lfoot" id="confidentialité"><a href="https://www.google.fr/intl/fr_fr/policies/privacy/?fg=1">Confidentialité</a></div>
<div class="lfoot" id="conditions"><a href="https://www.google.fr/intl/fr_fr/policies/terms/?fg=1">Conditions</a></div>
<div class="lfoot" id="paramètres"><a href="https://www.google.fr/preferences?hl=fr">Paramètres</a></div>
</div>
</footer>
<script #pop_up>function popup() {};</script>
<script src="Scripts/main.js"></script>
</body>
</html>