valid xhtml, centered "redirecting to main page", closes #229, thanks for submitting
authorFlorian Fainelli <florian@openwrt.org>
Fri, 27 Jan 2006 07:57:25 +0000 (07:57 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 27 Jan 2006 07:57:25 +0000 (07:57 +0000)
SVN-Revision: 3051

openwrt/package/webif/files/www/index.html

index 477fb8b281288d7758ec53adae1936c4692bafb8..e6b0eb77c5bd05b5ddfe878098743abeccc6192f 100644 (file)
@@ -1,10 +1,14 @@
-<html>
+<?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="Content-type" content="text/html; charset=utf-8" />
                <meta http-equiv="refresh" content="0; URL=/cgi-bin/webif.sh" />
+               <title>OpenWrt Administrative Console</title>
        </head>
-       <body>
-               <div style="vertical-align: middle; text-align: center; height: 100%">
-                       Redirecting to <a href="/cgi-bin/webif.sh">main page</a>...
+       <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;">OpenWrt Administrative Console<br />Redirecting to : <a style="color: inherit;" href="/cgi-bin/webif.sh">main page</a></p>
                </div>
        </body>
 </html>