-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathtos.php
27 lines (22 loc) · 903 Bytes
/
tos.php
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
<? include("modules/header.php")?>
<div class="container" id="main-container">
<div class="row" id="header">
<div class="col-lg-12">
<a href="/"><h1 class="logo"><img src="assets/img/logo.png" width="48px"> Satoshi bin</h1></a>
</div>
</div>
<div class="row" id="content">
<div class="col-lg-6 col-sm-9 col-lg-offset-3 col-sm-offset-1">
<h1>About our service</h1>
<ul>
<li>We cant refund your bitcoins because of nature of this service and bitcoin</li>
<li>We payout 97% <strong>instantly</strong> to your btc address (except bitcoin transfer fees)</li>
<li>We can delete pastes without traffic after 30 days</li>
</ul>
</div>
</div>
<div id="footer" class="row">
<div class="col-lg-12">
<? include("modules/footer.php")?>
</div></div>
</div>