-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathPAC-MAN.html
89 lines (86 loc) · 2.74 KB
/
PAC-MAN.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Google</title>
<style>body{margin:35px 0}</style>
<script>
window.google = {
time: function () {
return (new Date).getTime()
},
Toolbelt: {},
y: {}
}
</script>
</head>
<body>
<center>
<div id=lga>
<div id=logo style="width:554px;height:186px;background:black url(pacman10-hp.png) 0 0 no-repeat;position:relative;margin-bottom:9px" title="PAC-MAN's 30th Birthday! Doodle with PAC-MAN & (c)1980 NAMCO BANDAI Games Inc.">
<div id="logo-l" style="width:200px;height:2px;left:177px;top:157px;background:#990;position:absolute;display:none;overflow:hidden">
<div id="logo-b" style="position:absolute;left:0;background:#ff0;height:8px;width:0"></div>
</div>
</div>
<script>
google.pml = function () {
function d(a) {
if (!google.pml_installed) {
google.pml_installed = true;
if (!a) {
document.getElementById("logo").style.background = "black";
window.setTimeout(function () {
var b = document.getElementById("logo-l");
if (b) b.style.display = "block"
}, 400)
}
a = document.createElement("script");
a.type = "text/javascript";
a.src = "pacman.js";
google.dom.append(a)
}
}
function e() {
if (document.f && document.f.btnI) document.f.btnI.onclick = function () {
if (typeof google.pacman != "undefined") google.pacman.insertCoin();
else {
google.pacManSound = true;
d(false)
}
return false
}
}
if (!google.pml_loaded) {
google.pml_loaded = true;
window.setTimeout(function () {
d(true)
}, 1E3);
e();
google.rein && google.rein.push(e);
google.dstr && google.dstr.push(function () {
google.pacman && google.pacman.destroy();
if (google.pml_installed) {
google.pml_installed = false
}
});
google.pacManQuery = function () {
return false
}
}
};
</script>
</div>
</center>
<script>
google.dstr = [];
google.rein = [];
window.setTimeout(function () {
var a = document.createElement("script");
a.src = "google-script.js";
document.body.appendChild(a);
}, 0);
google.neegg = 1;
google.pml && google.pml();
</script>
</body>
</html>