blob: 47c82d02a6be201fb5051ce475e8321b344decc0 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;url=[% return %]">
</head>
<body onload="location.href='[% return %]';">
<small><a href="[% return %]">Return to the source...</a></small>
</body>
</html>
|