UNPKG
js-stl
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Standard TypeScript Library
github.com/vovazolotoy/TypeScript-STL
vovazolotoy/TypeScript-STL
js-stl
/
Docs
/
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
>