blob: 827af91039a645d4851a3514fd093c652e955ad9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="/">
<script>location="/"</script>
<meta http-equiv="refresh" content="0; url=/">
<meta name="robots" content="noindex">
<h1>Redirecting…</h1>
<a href="/">Click here if you are not redirected.</a>
</html>
|