13 lines
339 B
HTML
13 lines
339 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Redirecting...</title>
|
|
<meta http-equiv="refresh" content="0;url=index.xml">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript">
|
|
window.location = "index.xml";
|
|
</script>
|
|
<p>You are being redirected to <a href="index.xml">index.xml</a></p>
|
|
</body>
|
|
</html> |