UNPKG
koa-serve-index
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.4
1.0.3
1.0.1
1.0.0
0.0.1
Serve directory listings for koa
github.com/yiminghe/koa-serve-index
yiminghe/koa-serve-index
koa-serve-index
/
test
/
shared
/
template.html
15 lines
(14 loc)
•
279 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
listing directory {directory}
</
title
>
<
style
>
{style}
</
style
>
</
head
>
<
body
class
=
"directory"
>
<
h1
>
This is the test template
</
h1
>
<
div
id
=
"wrapper"
>
<
h1
>
{linked-path}
</
h1
>
{files}
</
div
>
</
body
>
</
html
>