38956e2669
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1850 2a923420-c742-0410-a762-8d5b09965624
16 lines
267 B
HTML
16 lines
267 B
HTML
|
|
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Page Redirection</title>
|
|
<meta http-equiv=refresh content="0; url=index.jim" />
|
|
<script>
|
|
window.location.href = "index.jim";
|
|
</script>
|
|
</head>
|
|
<body>
|
|
You are being redirected to <a href=index.jim>index.jim</a>
|
|
</body>
|
|
</html>
|
|
|