Published in: HTML
<!-- http://www.bluerobot.com/web/css/fouc.asp/ --> <!-- http://leftjustified.net/journal/2004/10/07/css-negotiation/ --> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <title>XHTML 1.0 conform layout</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <!-- using a link prevents FOUC --> <link rel="stylesheet" href="/style/main.css" type="text/css" media="screen,projection" /> <script type="text/javascript" charset="utf-8"></script> <style type="text/css" media="screen"></style> </head> </body> </html>
You need to login to post a comment.
