diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-30 20:40:53 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-30 20:40:53 +0000 |
commit | 0be9560cb5f49d332f9936f36e0b8677affb5866 (patch) | |
tree | 103b4415919fa167af76a9cac2d34921657e893a /package/webif/files/www/index.html | |
parent | 4b45fed00627295ee88632dbf81e020ed96e5860 (diff) |
Add webif package
Diffstat (limited to 'package/webif/files/www/index.html')
-rw-r--r-- | package/webif/files/www/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/package/webif/files/www/index.html b/package/webif/files/www/index.html new file mode 100644 index 000000000..72a918726 --- /dev/null +++ b/package/webif/files/www/index.html @@ -0,0 +1,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> |