-
Notifications
You must be signed in to change notification settings - Fork 0
/
dir.html
57 lines (57 loc) · 1.2 KB
/
dir.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
<!DOCTYPE html>
<html>
<head>
<title>Index of {{path}}</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
table {
display: table;
border-collapse: separate;
border-spacing: 3px;
border-color: gray;
}
</style>
</head>
<body>
<h1>Index of {{path}}</h1>
<hr>
<table>
<tr>
<th></th>
<th><b></b>Name</b></th>
<th><b>Size</b></th>
</tr>
<tr>
<td><i class="fa fa-arrow-left"></i></td>
<td><a href="/2012/">Go back</a></td>
</tr>
<tr>
<td><i class="fa fa-file-o"></i></td>
<td><a href="Makefile">Makefile</a></td>
<td>3.5K</td>
</tr>
<tr>
<td><i class="fa fa-file-o"></i></td>
<td><a href="hint.html">hint.html</a></td>
<td>8.9K</td>
</tr>
<tr>
<td><i class="fa fa-file-o"></i></td>
<td><a href="hint.text">hint.text</a></td>
<td>6.4K</td>
</tr>
<tr>
<td><i class="fa fa-file-o"></i></td>
<td><a href="kang.c">kang.c</a></td>
<td>271</td>
</tr>
<tr>
<td><i class="fa fa-file-o"></i></td>
<td><a href="kang.orig.c">kang.orig.c</a></td>
<td>250</td>
</tr>
</table>
<hr>
<address>{{address}}</address>
</body>
</html>