-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (54 loc) · 2.88 KB
/
index.html
File metadata and controls
58 lines (54 loc) · 2.88 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
<meta http-equiv="cache-control" content="no-cache">
<title>LibraryBox</title>
<link rel="icon" href="img/favicon.ico">
<link rel="stylesheet" href="css/index.css">
<script src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
</head>
<body>
<div id="navbars">
<ul id="navbar">
<a class="menuentry" id="headbar""><img src="img/logosquare.svg" width="150" height="150"/>
<a class="menuentry" id="textbutton" href="/Shared/Text"><img class="button_image" src="img/IconBook.svg" width="150" height="150"/></a>
<a class="menuentry" id="audiobutton" href="/Shared/Audio"><img class="button_image" src="img/audio_icon.svg" width="150" height="150" alt="Audio" /></a>
<a class="menuentry" id="videobutton" href="/Shared/Video"><img class="button_image" src="img/IconTV.svg" width="150" height="150" alt="Video" /></a>
<a class="menuentry" id="appbutton" href="/Shared/software"><img class="button_image" src="img/IconApps.svg" width="150" height="150" alt="Apps" /></a>
<a class="menuentry" id="allbutton" href="/Shared"></a>
<a class="menuentry" id="statsbutton" href="/content/stats.html"></a>
<a class="menuentry" id="aboutbutton" href="/content/about.html"></a>
</ul>
<ul id="navbar2">
<a class="menuentry" id="headbar2" href="index.html"></a>
<a class="menuentry" id="textbutton2" href="/Shared/Text"><p id="textbutton2text">Text</p></a>
<a class="menuentry" id="audiobutton2" href="/Shared/Audio"><p id="audiobutton2text">Audio</p></a>
<a class="menuentry" id="videobutton2" href="/Shared/Video"><p id="videobutton2text">Video</p></a>
<a class="menuentry" id="appbutton2" href="/Shared/software"><p id="appbutton2text">Apps</p></a>
</ul>
</div>
<div id="main_content">
<a id="button"><img src="img/menu-icon.png" width="64" height="64"/></a>
<div class="main_content">
<h1>Please select your language:</h1>
</div>
<div class="main_content">
<p>Browse and download any of the available files, or chat with other users below.</p>
<p data-l10n-id="indexContentWelcomePrivate">LibraryBox is private; no logs or other identifying data are retained.</p>
</div>
<div class="main_content">
<h1>Top Downloads</h1>
</div>
<div class="main_content">
<h1>Recent Downloads</h1>
</div>
<!-- <footer class="main_content" id="footer">
<p data-l10n-id="commonFooterLicenceMain">The LibraryBox Project is Software Licensed under GPLv2, see http://www.gnu.org/licenses/gpl-2.0.html for license details. </p>
<small data-l10n-id="commonFooterLicenceOther">All LibraryBox content not otherwise licensed is released under a Creative Commons NC-BY license. For more information, visit http://librarybox.us</small>
</footer>-->
</div>
</body>
</html>