-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsubscriptions.html
More file actions
45 lines (45 loc) · 1.02 KB
/
subscriptions.html
File metadata and controls
45 lines (45 loc) · 1.02 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
<div class="subscriptions">
<div id="subscriptions" class="anchor"></div>
<h3 style="text-align:right;" >Subscriptions</h3>
<p>
BingeHub is free for everyone. We believe that making our service free will encourage early adoption, and lead to a large community base.
</p>
<p>
However, we do offer a premium option which would remove all adverts from the set account. Premium accounts would also have access to the newest features, not yet available to public users.
</p>
<p>
Premium account subscriptions start at 99 cents per month.
</p>
<table>
<tr>
<th> </th>
<th>Basic</th>
<th>Premium</th>
</tr>
<tr>
<td>Netflix integration</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<td>Live chat</td>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<td>Ad-free</td>
<td class="red">✗</td>
<td>✓</td>
</tr>
<tr>
<td>Exclusive chat</td>
<td class="red">✗</td>
<td>✓</td>
</tr>
<tr>
<td>Beta features</td>
<td class="red">✗</td>
<td>✓</td>
</tr>
</table>
</div>