Published in: XHTML
<!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" xml:lang="en"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>New Document</title> <meta name="Author" content="#" /> <meta name="Description" content="#" /> <!-- Page Resources --> <link rel="Shortcut Icon" href="http://<?php echo $_SERVER['HTTP_HOST']; ?>/imgs/favicon.ico" type="image/x-icon" /> <script type="text/javascript" src="http://<?php echo $_SERVER['HTTP_HOST']; ?>/scripts/common.js"></script> <link rel="stylesheet" href="http://<?php echo $_SERVER['HTTP_HOST']; ?>/css/screen.css" type="text/css" media="screen" /> <link rel="stylesheet" href="http://<?php echo $_SERVER['HTTP_HOST']; ?>/css/print.css" type="text/css" media="print" /> <!-- / Page Resources --> </head> <body class=""> <div id="wrap"> <div id="header"> </div><!-- / header --> <div id="nav"> </div><!-- / nav --> <div id="content"> </div><!-- / content --> <div id="footer"> </div><!-- / footer --> </div> </body> </html>
You need to login to post a comment.
