diff options
Diffstat (limited to 'route.eex')
| -rw-r--r-- | route.eex | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/route.eex b/route.eex new file mode 100644 index 0000000..a06a265 --- /dev/null +++ b/route.eex @@ -0,0 +1,10 @@ +<head> + <title>Farside Redirect - <%= service %></title> + <meta http-equiv="refresh" content="1; url=<%= instance_url %>"> + <script> + history.pushState({page: 1}, "Farside Redirect"); + </script> +</head> +<body> + <span>Redirecting to <%= service %> instance... +</body> |
