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.
1 parent 7993283 commit 1d3d79eCopy full SHA for 1d3d79e
templates/redirect.html.hbs
@@ -1,6 +1,6 @@
1
<!doctype html>
2
<html>
3
<meta http-equiv="refresh" content="0; url={{ data.url }}">
4
- <body>Please go to <a href="{{ data.url }}">{{ data.url }}</a></body>
+ <body>Redirecting to <a href="{{ data.url }}">{{ data.url }}</a>...</body>
5
<script>location.href = "{{ data.url }}";</script>
6
</html>
0 commit comments