We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81fbe8a commit bad6c73Copy full SHA for bad6c73
dashchat.html
@@ -0,0 +1,15 @@
1
+<!doctype html>
2
+<html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
6
+ <title>Dash Chat</title>
7
+ <meta http-equiv="refresh" content="0; url=/dashchat/" />
8
+ <link rel="canonical" href="/dashchat/" />
9
+ <script>window.location.replace('/dashchat/');</script>
10
+ </head>
11
+ <body>
12
+ <p>If you are not redirected automatically, go to <a href="/dashchat/">/dashchat/</a>.</p>
13
+ </body>
14
+</html>
15
+
0 commit comments