blob: c07fa3e7b86de1242a3a1430ee6e33d7dc7415ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=macro.dispatch.html">
<title>Redirection</title>
</head>
<body>
<p>Redirecting to <a href="macro.dispatch.html">macro.dispatch.html</a>...</p>
<script>location.replace("macro.dispatch.html" + location.search + location.hash);</script>
</body>
</html>
|