forked from YXuuan/hfs4OSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (71 loc) · 2.63 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
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
74
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="">
<title></title>
<link rel="shortcut icon" href="static/h5ai/public/images/favicon/favicon-16-32.ico">
<link rel="apple-touch-icon-precomposed" type="image/png" href="static/h5ai/public/images/favicon/favicon-152.png">
<link rel="stylesheet" href="static/h5ai/public/css/styles.css">
<script src="static/script/jquery-3.3.1.min.js"></script>
<script src="static/script/jquery.cookie.js"></script>
<script src="static/script/main.js"></script>
</head>
<body class="index" id="root">
<div id="topbar">
<div id="flowbar">
<div id="crumbbar">
<a class="crumb" href="#">
<img class="sep" src="static/h5ai/public/images/themes/h5ai-0.27/folder-page.svg" alt=">">
<span class="name">Loading...</span>
</a>
</div>
</div>
<a id="backlink" href="https://larsjung.de/h5ai/" target="_blank" title="Themed by h5ai - https://larsjung.de/h5ai/">
<div>Themed</div>
<div>by h5ai</div>
</a>
<a id="backlink" href="https://github.com/YXuuan/hfs4OSS" target="_blank" title="Powered by YXuuan - https://github.com/YXuuan/">
<div>Powered by</div>
<div>YXuuan/hfs4OSS</div>
</a>
</div>
<div id="mainrow">
<div id="content">
<div id="view" class="view-details view-size-20">
<ul id="items" class="clearfix">
<li class="header">
<a class="name descending">
<span>Name</span>
<img src="static/h5ai/public/images/ui/sort.svg" class="sort" alt="sort order">
</a>
<a class="time">
<span>Last modified</span>
<img src="static/h5ai/public/images/ui/sort.svg" class="sort" alt="sort order">
</a>
<a class="size">
<span>Size</span>
<img src="static/h5ai/public/images/ui/sort.svg" class="sort" alt="sort order">
</a>
<a class="action">
<span>Action</span>
</a>
</li>
<div id="back"></div>
<div id="list">
</div>
</ul>
<div style="text-align:center; margin-top:25px; color:#8E8E8E">
<span id="stats"></span>
<span id="autobacklinks">
<a href="https://larsjung.de/h5ai/" target="_blank" title="Themed by h5ai - https://larsjung.de/h5ai/">Themed by h5ai</a><br>
<a href="https://github.com/YXuuan/hfs4OSS" target="_blank" title="Powered by YXuuan - https://github.com/YXuuan/">Powered by YXuuan/hfs4OSS</a>
</span>
</div>
</div>
</div>
</div>
</body>
</html>