Author: diego Date: Fri Jul 11 17:34:30 2008 New Revision: 3226 Log: Use strict doctype.
Modified: trunk/index.html Modified: trunk/index.html ============================================================================== --- trunk/index.html (original) +++ trunk/index.html Fri Jul 11 17:34:30 2008 @@ -1,14 +1,16 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Entering MPlayer homepage</title> <meta http-equiv="refresh" content="0; URL=design7/news.html"> -<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="stylesheet" type="text/css" href="design7/default.css"> <link rel="icon" href="favicon.ico" type="image/png"> </head> <body> +<p> If you are not automatically redirected, click <a href="design7/news.html">this link to our news page</a>. +</p> </body> </html> _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
