-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
45 lines (34 loc) · 1.35 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Logithéque ESI</title>
<link href="assets/css/jquery-confirm.min.css" rel="stylesheet" >
<link href="assets/css/styles.css" rel="stylesheet"/>
<link href="assets/css/jquery.contextMenu.css" rel="stylesheet"/>
</head>
<body>
<div class="filemanager">
<div class="search">
<input type="search" placeholder="Find a file.." />
</div>
<div class="breadcrumbs"></div>
<ul class="data"></ul>
<div class="nothingfound">
<div class="nofiles"></div>
</div>
</div>
<footer>
<a class="tz" href="http://cse.club">Logithéque ESI - CSE: Club Scientifique de l'ESI</a>
<div id="tzine-actions">
<iframe src="https://www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fclub.scientifique.esi%2F&width=74&layout=button_count&action=like&size=small&show_faces=false&share=false&height=21&appId=409459452829422" width="74" height="21" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowTransparency="true"></iframe>
</div>
<span class="close"></span>
</footer>
<!-- Include our script files -->
<script src="assets/js/jquery-1.11.0.min.js"></script>
<script src="assets/js/jquery.contextMenu.js"></script>
<script src="assets/js/jquery-confirm.min.js"></script>
<script src="assets/js/script.js"></script>
</body>
</html>