Skip to content

Commit a05f0dc

Browse files
committed
Add play.html redirect
1 parent 6b992a5 commit a05f0dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

static/play.html/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<script>
5+
location.href = "/play" + (location.search || "") + (location.hash || "");
6+
</script>
7+
</head>
8+
</html>

0 commit comments

Comments
 (0)