diff options
-rw-r--r-- | www/index.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/www/index.html b/www/index.html index 67b5bcd..465a49d 100644 --- a/www/index.html +++ b/www/index.html @@ -1,12 +1,12 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" -"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns='http://www.w3.org/1999/xhtml'> -<head> -<meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> -<meta http-equiv='Cache-Control' content='no-cache' /> -<Meta http-equiv='Pragma' content='no-cache' /> -<meta http-equiv='refresh' content='0; url=cgi-bin/acf'> -</head> +<!DOCTYPE html> +<html> + <head> + <meta charset='utf-8' /> + <meta http-equiv='Cache-Control' content='no-cache' /> + <meta http-equiv='Pragma' content='no-cache' /> + <meta http-equiv='refresh' content='0; url=cgi-bin/acf'> + </head> -<body> -</body> + <body> + </body> +</html> |