diff options
Diffstat (limited to 'modules/luci-base/root/www/index.html')
-rw-r--r-- | modules/luci-base/root/www/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/luci-base/root/www/index.html b/modules/luci-base/root/www/index.html index 398e6e763c..625aebcc4f 100644 --- a/modules/luci-base/root/www/index.html +++ b/modules/luci-base/root/www/index.html @@ -1,13 +1,12 @@ -<?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"> +<!DOCTYPE html> +<html> <head> <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <meta http-equiv="Expires" content="Thu, 01 Jan 1970 00:00:00 GMT" /> <meta http-equiv="refresh" content="0; URL=cgi-bin/luci/" /> - <style type="text/css"> + <style> body { background: white; font-family: arial, helvetica, sans-serif; } a { color: black; } |