UNPKG
gulp-yuidoc
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.1
A yuidoc plugin for Gulp
github.com/jsBoot/gulp-yuidoc
jsBoot/gulp-yuidoc
gulp-yuidoc
/
doccccc
/
assets
/
index.html
11 lines
(10 loc)
•
216 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!doctype
html
>
<
html
>
<
head
>
<
title
>
Redirector
</
title
>
<
meta
http-equiv
=
"refresh"
content
=
"0;url=../"
>
</
head
>
<
body
>
<
a
href
=
"../"
>
Click here to redirect
</
a
>
</
body
>
</
html
>