-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
92 lines (77 loc) · 1.82 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
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
90
91
92
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>JS-Free Cookie Clicker</title>
<style>
iframe {
border: none;
margin: 0;
}
.cookieCounter {
height: 20;
}
.text {
display: block;
float: left;
}
* {
font-size: 20px;
}
c {
position: absolute;
top: 5px;
left: 120px;
font-size: 24px;
}
d {
position: absolute;
top: 56px;
left: 420px;
font-size: 24px;
}
e {
position: absolute;
top: 56px;
left: 355px;
font-size: 24px;
}
f {
position: absolute;
top: 111px;
left: 420px;
font-size: 24px;
}
h {
position: absolute;
top: 111px;
left: 355px;
font-size: 24px;
}
l {
position: absolute;
top: 166px;
left: 420px;
font-size: 24px;
}
j {
position: absolute;
top: 166px;
left: 355px;
font-size: 24px;
}
</style>
</head>
<body>
<div>
<b height="20" class="text">COOKIES: </b>
<br />
<iframe style="display: block; float: left" height="200" width="200" src="./cookieButton"></iframe><br />
<iframe height="50" width="230" src="./buy-clicker"></iframe>
<br />
<iframe height="50" width="230" src="./buy-grandma"></iframe>
<br />
<iframe height="50" width="230" src="./buy-farm"></iframe>
</div>
<!-- THIS IS INTENTIONAL. The page isn't supposed to end. -->
<b>