-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (134 loc) · 4.1 KB
/
Copy pathindex.html
File metadata and controls
163 lines (134 loc) · 4.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TorBox Referral Code | Extra Premium Bonus Days</title>
<meta name="description" content="Use this TorBox referral code or referral link to get extra Premium bonus days when signing up. New users and referrers both receive bonus days based on the purchased plan.">
<meta name="robots" content="index, follow">
<meta property="og:title" content="TorBox Referral Code | Extra Premium Bonus Days">
<meta property="og:description" content="Get extra TorBox Premium bonus days with this referral link.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kernspalter1.github.io/">
<link rel="canonical" href="https://kernspalter1.github.io/">
<style>
body {
font-family: Arial, sans-serif;
background: #0f172a;
color: #ffffff;
margin: 0;
padding: 0;
text-align: center;
}
.container {
max-width: 780px;
margin: 0 auto;
padding: 50px 20px;
}
.card {
background: #111827;
border-radius: 20px;
padding: 36px;
box-shadow: 0 0 28px rgba(0,0,0,0.35);
}
h1 {
font-size: 34px;
margin-bottom: 12px;
}
h2 {
font-size: 24px;
margin-top: 34px;
margin-bottom: 10px;
}
p {
font-size: 18px;
line-height: 1.6;
color: #d1d5db;
}
.bonus {
background: #1f2937;
padding: 20px;
border-radius: 14px;
margin: 26px 0;
font-size: 18px;
line-height: 1.7;
}
.button {
display: inline-block;
background: #22c55e;
color: #ffffff;
text-decoration: none;
padding: 16px 30px;
border-radius: 12px;
font-size: 20px;
font-weight: bold;
margin-top: 18px;
}
.button:hover {
background: #16a34a;
}
.code-box {
background: #020617;
border: 1px solid #374151;
border-radius: 12px;
padding: 16px;
margin-top: 22px;
font-size: 16px;
color: #e5e7eb;
word-break: break-all;
}
.note {
font-size: 14px;
color: #9ca3af;
margin-top: 28px;
}
.keywords {
font-size: 14px;
color: #9ca3af;
margin-top: 26px;
}
</style>
</head>
<body>
<main class="container">
<section class="card">
<h1>🚀 TorBox Referral Code</h1>
<p>
Use this TorBox referral link if you are signing up and want extra Premium bonus days.
You get bonus days, and I receive the same bonus too.
</p>
<div class="bonus">
🎁 1 month = +7 bonus days<br>
🎁 3 months = +21 bonus days<br>
🎁 6 months = +42 bonus days<br>
🎁 12 months = +84 bonus days
</div>
<a class="button" href="https://torbox.app/subscription?referral=4bebf187-2256-4851-90c3-ec763e4beb77">
Get TorBox Bonus Days
</a>
<div class="code-box">
Referral code:<br>
4bebf187-2256-4851-90c3-ec763e4beb77
</div>
<h2>How does the TorBox referral bonus work?</h2>
<p>
TorBox referral bonuses are based on the purchased plan length. The longer the plan, the more extra Premium days can be added.
</p>
<h2>Who should use this referral link?</h2>
<p>
Use this referral link only if you were already planning to subscribe to TorBox. It is simply a way to get a bit more value from your first purchase.
</p>
<h2>TorBox and Stremio</h2>
<p>
Many users look for TorBox while setting up Stremio, debrid services or alternative streaming setups. This page is here to make the referral code easy to find and copy.
</p>
<p class="note">
This is an unofficial TorBox referral page. I am not affiliated with TorBox. Please make sure the referral code is applied before purchasing.
</p>
<p class="keywords">
TorBox referral code, TorBox referral link, TorBox bonus days, TorBox Premium bonus, TorBox Stremio setup.
</p>
</section>
</main>
</body>
</html>