webif/var/mongoose/html/index.html
hummypkg 17ba0bb00e remove SSI
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1837 2a923420-c742-0410-a762-8d5b09965624
2014-04-14 22:54:01 +00:00

15 lines
266 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>