summaryrefslogtreecommitdiff
path: root/package/webif/files/www/index.html
blob: 72a918726edba466a370e1d9e529a88a7fb0c6f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Pragma" CONTENT="no-cache">
		<meta http-equiv="Expires" CONTENT="-1">
		<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
		<meta http-equiv="refresh" content="0; URL=/cgi-bin/webif.sh" />
		<title>Web Administrative Console</title>
	</head>
	<body style="margin: 0pt auto; height:100%; color: #C3C4D2; background-color: #213242;">
		<div style="width: 100%; height: 100%; position: fixed; display: table;">
			<p style="display: table-cell; line-height: 4em; vertical-align: middle; text-align: center;">Web Administrative Console<br />Redirecting to : <a style="color: inherit;" href="/cgi-bin/webif.sh">main page</a></p>
		</div>
	</body>
</html>