-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathupload_ins.php
73 lines (71 loc) · 2.27 KB
/
upload_ins.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
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
<?php //this is the upload instruction page
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--upload page-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>PDF Books Upload Instructions</title>
<meta name="keywords" content="PDFs Books" />
<meta name="description" content="Free Pdfs to download" />
<link href="http://fonts.googleapis.com/css?family=Varela" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<div id="wrapper">
<div id="header-wrapper">
<?php include "header.php";?>
</div>
<div id="banner">
<div class="container">
<div class="title">
<h2>Upload Instructions</h2>
<span class="byline">Please read the Following Instructions Carefully</span>
</div>
</div>
</div>
<div id="featured">
<div class="container">
<div class="title">
<span class="byline">As We Dont Host any PDFs on this site.
<br/> You are Required to Upload it on any File Sharing site
<br/>like Google Drive, One Drive, 4shared, etc.
<br/>Preffibally use Google drive.
</span>
</div>
</div>
</div>
<div id="page" class="container">
<div class="title">
<span class="byline">Get the Sharing link from the site and Enter it when it is asked.
<br/>Keep a Image of the Cover Page also Ready for Upload.
<br/>If You are using Google Drive also get the Preview Link (Alternative of Image).
</span>
</div>
</div>
<div id="featured">
<div class="container">
<div class="title">
<span class="byline">If You Done the above Steps then the submition will be a cake walk for you
<br/>else it gona become very difficult for you
</span>
</div>
</div>
</div>
<div id="page" class="container">
<div class="title">
<span class="byline">If you are Already Hosting it on your own site (like blogspot)
<br/>Just give the link for that book.
</span>
</div>
<ul class="actions">
<li><a href="upload_form?s=0" class="button">I am Ready</a></li>
</ul>
</div>
</div>
<div id="copyright" class="container">
<?php include "footer.php";?>
</div>
</body>
</html>