-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpro.php
More file actions
28 lines (28 loc) · 1.12 KB
/
Copy pathpro.php
File metadata and controls
28 lines (28 loc) · 1.12 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
<!--features-->
<div style="font-family: 'Comfortaa', cursive;" class=" col-xs-10 col-xs-offset-1">
<p class="text-center"><b>
<br><br><br>
<i class="fa fa1 fa-check-circle-o" aria-hidden="true"></i> 100% Free and Fast
<i class="fa fa1 fa-check-circle-o" aria-hidden="true"></i> No Download Limits
<i class="fa fa1 fa-check-circle-o" aria-hidden="true"></i> Unlimited Disk Space
<i class="fa fa1 fa-check-circle-o" aria-hidden="true"></i> No Sign Up Required
<br><br>
</p>
</div>
<!--pro-->
<div class="container-fluid specs" style="margin-top: 40px;">
<div class="row">
<div class="col-sm-4 col-xs-12 pro">
<i class="fa fa-user-secret" aria-hidden="true"></i>
<p class="text-center" style="font-size: 25px;">Safe and Anonymous</p>
</div>
<div class="col-sm-4 col-xs-12 pro">
<i class="fa fa-file-pdf-o" aria-hidden="true"></i>
<p class="text-center" style="font-size: 25px;">Rich File Support</p>
</div>
<div class="col-sm-4 col-xs-12 pro">
<i class="fa fa-globe" aria-hidden="true"></i>
<p class="text-center" style="font-size: 25px;">No Country Restriction</p>
</div>
</div>
</div>