-
Notifications
You must be signed in to change notification settings - Fork 0
/
EB-S.html
73 lines (52 loc) · 1.17 KB
/
EB-S.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>EB - Support</title>
<style>
body {
background-color: #e8e8e8
}
div {
font-family: Calibri, sans-serif;
font-size: 36px;
font-weight: 900;
line-height: 1.2;
color: #303030;
letter-spacing: -1px;
padding-left: 100px;
padding-top: 25px;
padding-block-end: 25px;
}
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;
}
</style>
<div>EmojiBillionaire - Support</div>
<hr>
<p class="header">Contact Us</p>
<p>If you have any questions or need support while using EmojiBillionaire, do not hesitate to contact me.<br><br>
Eric Walker – <a href="mailto:ewalktech@gmail.com?Subject=Support" target="_top">ewalktech@gmail.com</a>
</p>
</head>
</html>