-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEB-M.html
More file actions
112 lines (78 loc) · 2.1 KB
/
EB-M.html
File metadata and controls
112 lines (78 loc) · 2.1 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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>EB - Marketing Page</title>
<style>
body {
background-color: #e8e8e8
}
div {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 25px;
width: 100%;
text-align: center;
font-family: Calibri, sans-serif;
font-size: 36px;
font-weight: 900;
line-height: 1.2;
color: #303030;
}
p {
font-family: Calibri, sans-serif;
padding-left: 100px;
padding-right: 100px;
width: auto%;
font-size: 24px;
line-height: 1.5;
}
p.header {
font-weight: bold;
font-family: Calibri, sans-serif;
font-size: 30px;
}
ul {
padding-left: 150px;
font-family: Calibri, sans-serif;
font-size: 24px;
}
hr {
margin-left: 100px;
margin-right: 100px;
}
img.main{
margin-top: 25px;
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
a.app {
margin-top: 25px;
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
}
</style>
<div>EmojiBillionaire - Marketing</div>
<hr>
<img src="Image2.PNG" class="main"><br>
<a href="https://itunes.apple.com/us/app/emoji-billionaire/id1022438901?ls=1&mt=8" style="display:block;margin-left:auto;margin-right:auto;background:url(https://linkmaker.itunes.apple.com/assets/shared/badges/en-us/appstore-lrg.svg) no-repeat;width:135px;height:40px;"></a><br>
<p class="header">Description</p>
<p>Introducing...Emoji Billionaire!<br><br>
Spend time making money by clicking the emoji money bag!<br><br>
Buy businesses from the Upgrades tab!<br><br>
Build your Emoji empire!<br><br>
Updates Coming Soon:<br>
• Achievements and Game Center Integration<br>
• Better App Icons<br>
• And many many more!<br><br>
Stay up to date with these new features that are coming soon! I've worked a long time on the initial releases and I just need great support to keep it going!<br><br>
Enjoy!<br><br>
- Eric Walker, Head Developer<br></p>
</head>
</html>