We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
play.html
1 parent 6b992a5 commit a05f0dcCopy full SHA for a05f0dc
static/play.html/index.html
@@ -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