Skip to content

Commit e368724

Browse files
committed
use real elipsis
1 parent 124f85a commit e368724

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!DOCTYPE html>
22
<html lang="en-US">
33
<meta charset="utf-8">
4-
<title>Redirecting...</title>
4+
<title>Redirecting</title>
55
<link rel="canonical" href="{{ page.redirect.to }}">
66
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
7-
<h1>Redirecting...</h1>
7+
<h1>Redirecting</h1>
88
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
99
<script>location="{{ page.redirect.to }}"</script>
1010
</html>

0 commit comments

Comments
 (0)