-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-temp.php
64 lines (55 loc) · 1.52 KB
/
index-temp.php
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
<?php
//ABQIAAAAClqiMGWGA2Z-L2SOVE97aBRsVue5PIBPSrOBXiDeJlraSArIihQfgcFEtk5WE2uDvm_5sa7QS5oaSQ
//ABQIAAAAfCb7sk192hfEtenlAeCI9RT2yXp_ZAY8_ufC3CFXhHIE1NvwkxTBZIVmyxlqdA-WdCeuQ1RcSZ_0Eg
?>
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>Facebook World Hack 20120</title>
<style type="text/css">
html, body {}
body { background-color: #c3c3c3; border: solid 1px #c9c9c9; }
</style>
<script type="text/javascript"
src="https://www.google.com/jsapi"></script>
<script type="text/javascript">
window.onload = function()
{
var start;
var geContainer;
var geOkMethod;
var geFailtMethod;
google.load('earth','1');
geContainer = document.getElementById('map3d');
geOkMethod = function(e)
{
//
geContainer.innerHTML = 'Success!';
};
geFailtMethod = function(e)
{
//
geContainer.innerHTML = 'Buuhhh, it failed!';
};
start = function()
{
google.earth.createInstance(geContainer, geOkMethod, geFailtMethod);
};
google.setOnLoadCallback(start);
};
</script>
</head>
<body marginbottom="0" margintop="0" marginleft="0" masrginright="0">
<section>
<article>test 001</article>
</section>
<section>
<article><div id="map3d" style=" width: 300px; hegith: 300px;">Google Earth Plugin Preload</div></article>
</section>
<section>
<article>test 003</article>
</section>
</body>
</html>
<?php ?>