blob: 1042e84b53784ac43fc3f07de13be9e96c417d57 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta name="robots" content="noindex">
<meta http-equiv="refresh" content="0; url=stories/index.html">
</head>
<body>
<p>Page moved <a href="stories/index.html">here</a>.</p>
</body>
|