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