-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
27 lines (24 loc) · 1.12 KB
/
index.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
<?php
include('header.php');
?><div class="container"><br><ul class="list-group bg-white no-rounded"> <li class="list-group-item do-cap"><center><p><i style="color:green;" class="fa fa-lock"></i> Protect your file in just one click</p></center>
<form action="process.php" method="post">
<center><b>Paste Link URLs</b><br>
Paste each link with link name per line seperate by space.<br>
<small><i>eg. https://drive.google.com/file/example</i></small><br> <br>
<font color="red"><b>Note.</b> This site only stores Google Drive files and is used for quick downloads!</font><br> <br>
<input style="background:rgba(85, 85, 85, 0.1);" id="text-url" type="url" name="my-link" class="form-control" placeholder="https://www.example.com/file/example" required /><br>
<hr>
<br>
<button id="pro_btn" name="generate" style="width:180px;" class="btn btn-success"><i class="fa fa-lock"></i> Submit</button>
<br>
<br>
<p>By uploading links to our site you agree to the <a href="/policy.php">Terms of use</a></p>
</center>
</div>
<br>
</div>
</form>
<br>
<?php
include('footer.php');
?>