mirror of
https://github.com/wassname/phaser.git
synced 2026-06-27 16:10:15 +08:00
11 lines
216 B
HTML
11 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>
|