Skip to content

Commit 1d3d79e

Browse files
committed
Change redirection placeholder text
1 parent 7993283 commit 1d3d79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/redirect.html.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<html>
33
<meta http-equiv="refresh" content="0; url={{ data.url }}">
4-
<body>Please go to <a href="{{ data.url }}">{{ data.url }}</a></body>
4+
<body>Redirecting to <a href="{{ data.url }}">{{ data.url }}</a>...</body>
55
<script>location.href = "{{ data.url }}";</script>
66
</html>

0 commit comments

Comments
 (0)