Skip to content

Commit e395cb4

Browse files
committed
Use valid HTML
1 parent 635a78b commit e395cb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
<!DOCTYPE html>
22
<html lang="en-US">
3+
<head>
34
<meta charset="utf-8">
45
<title>Redirecting&hellip;</title>
56
<link rel="canonical" href="{{ page.redirect.to }}">
67
<script>location="{{ page.redirect.to }}"</script>
78
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
89
<meta name="robots" content="noindex">
10+
</head>
11+
<body>
912
<h1>Redirecting&hellip;</h1>
1013
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
14+
</body>
1115
</html>

0 commit comments

Comments
 (0)