index.html
HTML document, ASCII text
1
<!DOCTYPE html>
2
<html lang="en-US">
3
<head>
4
<meta http-equiv="refresh" content="0;url=index.xml"/>
5
</head>
6
<body>
7
<p>Resolving to <a href="index.xml">index.xml</a>.</p>
8
</body>
9
</html>
10