forked from seekshiva/delta-downloads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·53 lines (49 loc) · 1.38 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
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
<?php
include("functions.lib.php");
?>
<!doctype html>
<html>
<head>
<title>Delta Downloads</title>
<link rel="stylesheet" href="style.css">
<script src="jquery.js"></script>
<script src="script.js" defer></script>
</head>
<body>
<div id="lightbox"></div>
<div align="center">
<div id="searchBox">
<div aalign="center">
<label for="q">Search : </label><input type="text" id="q">
</div>
</div>
<div id="wrapper">
<div id="left-col">
<div class="widget">
<a><div class="widget-head">Apps</div></a>
<div class="widget-contents">
<a class="category">Education</a>
<a class="category">Entertainment</a>
<a class="category">Games</a>
<a class="category">Productivity</a>
<a class="category">Social and communication</a>
<a class="category">Utilities</a>
</div>
</div>
<div class="widget">
<a><div class="widget-head">Collections</div></a>
<div class="widget-contents">
<a href="#/books/" class="category">Books</a>
<a href="#/music/" class="category">Music</a>
<a href="#/games/" class="category">Games</a>
<a href="#/comics/" class="category">Comics</a>
</div>
</div>
</div>
<div id="panels">
</div>
<div id="footer">© 2011 Delta Force - <a href="/">Home</a> - <a href="/about.html">About Delta</a> - Your Apps - Help</div>
</div>
</div>
</body>
</html>