UNPKG
yuidoc-theme-blue
Version:
latest (0.1.9)
0.1.9
0.1.8
0.1.6
0.1.5
0.1.4
0.1.0
A custom theme for yuidocs inspired by the blue color :)
royriojas/yuidoc-theme-blue
yuidoc-theme-blue
/
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
>