Skip to content

Commit b00c0fb

Browse files
committed
Test of redirection
Signed-off-by: Brian Warner <[email protected]>
1 parent d2f68c2 commit b00c0fb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<title>GraphQL Foundation</title>
4+
<meta http-equiv="refresh" content="0;URL='https://graphql.org/foundation/'" />
5+
</head>
6+
<body>
7+
<p>This page has moved to our permanent site at <a href="https://graphql.org/foundation/">
8+
graphql.org</a>.</p>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)