UNPKG
p2s
Version:
latest (0.7.2)
0.7.2
A JavaScript 2D physics engine.
github.com/schteppe/p2.js
schteppe/p2.js
p2s
/
docs
/
classes
/
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
>