webif/var/mongoose/html/index.html
hummypkg 38956e2669 fix scheduled check
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1850 2a923420-c742-0410-a762-8d5b09965624
2014-04-23 11:56:55 +00:00

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>