mirror of
https://github.com/photonstorm/phaser
synced 2024-11-27 15:12:18 +00:00
10 lines
216 B
HTML
10 lines
216 B
HTML
<!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>
|