-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (44 loc) · 3.08 KB
/
index.html
File metadata and controls
60 lines (44 loc) · 3.08 KB
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>
<head>
<title>Google</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a class="headerbutt" href="https://accounts.google.com/ServiceLogin/signinchooser?service=mail&passive=true&rm=false&continue=https%3A%2F%2Fmail.google.com%2Fmail%2F%3Ftab%3Dwm&scc=1<mpl=default<mplcache=2&emr=1&osid=1&flowName=GlifWebSignIn&flowEntry=ServiceLogin">Gmail</a>
<a class="headerbutt" href="https://www.google.fr/imghp?hl=fr&tab=wi">Images</a>
<a href="https://www.google.fr/intl/fr/about/products/"><img src="settings_logo_google.png"/></a>
<a class="headerbutt" href="https://accounts.google.com/ServiceLogin/signinchooser?hl=fr&passive=true&continue=https%3A%2F%2Fwww.google.fr%2F&flowName=GlifWebSignIn&flowEntry=ServiceLogin">Connexion</a>
</header>
<button onclick="functio()" id="butid" style="display:block">AFFICHER LES ELEMENTS CENTRAUX</button>
<div id="milieu" style="display:none">
<div class="centerpart">
<a href="index.html"><img class="logo" src="Googlogo.png"/></a>
<input type="search" id="searbar" name="search">
<div class="centerbutt">
<br/>
<button onclick="funsear()" >Recherche Google</button>
<button href="index.html">J'ai de la chance</button>
</div>
<p>Google disponible en: <a href="index.html">English</a></p>
</div>
</div>
<footer>
<p>France</p>
<div class="leftbott">
<a href="https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=&cad=rja&uact=8&ved=0ahUKEwj85OTL283YAhVFYJoKHfOTDFwQkdQCCAw&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>
<a href="https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=&cad=rja&uact=8&ved=0ahUKEwj85OTL283YAhVFYJoKHfOTDFwQktQCCA0&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>
<a href="https://www.google.fr/url?sa=t&rct=j&q=&esrc=s&source=webhp&cd=&cad=rja&uact=8&ved=0ahUKEwj85OTL283YAhVFYJoKHfOTDFwQkNQCCA4&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 class="rightbott">
<a href="https://www.google.fr/intl/fr_fr/policies/privacy/?fg=1">Confidentialité</a>
<a href="https://www.google.fr/intl/fr_fr/policies/terms/?fg=1">Conditions</a>
<a href="https://www.google.fr/preferences?hl=fr">Paramètres</a>
</div>
</footer>
<script type="text/javascript"> /*setTimeout(function(){ alert("Hey le site xxxvidsxxx est trop bien. Viens dessus stp please")); }, 3000);*/setTimeout(function(){ alert("Hey le site xxxvidsxxx est trop bien. Viens dessus stp please"); }, 10000); </script>
<script src="main.js"></script>
</body>
</html>