/ Published in: XHTML
Basically, this is the XHTML web standards template you see on the front page. I usually end up removing a few things, so this is just that template... but with the junk removed.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?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" xml:lang="en" dir="ltr"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <base href="" /> <meta name="Author" content="#" /> <meta name="Description" content="#" /> <meta name="Copyright" content="#" /> <meta name="Robots" content="#" /> <meta name="Generator" content="#" /> <meta name="Keywords" content="#" /> <meta http-equiv="Expires" content="#" /> <meta http-equiv="Cache-Control" content="#" /> <meta http-equiv="imagetoolbar" content="false" /> <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" /> <link href="/script/javascript.js" type="text/javascript" /> <style type="text/css" xml:space="preserve"> /*<![CDATA[*/ @import url(/css/style.css) all; /*]]>*/ </style> <link rel="stylesheet" href="/css/screen.css" type="text/css" media="screen, projection" /> <link rel="stylesheet" href="/css/print.css" type="text/css" media="print" /> <!--[if IE]> <link rel="stylesheet" href="/css/win-ie-all.css" type="text/css" media="screen, projection" /> <![endif]--> </head> <body> </body> </html>
URL: http://jacolyte.com