Return to Snippet

Revision: 8071
at September 1, 2008 17:08 by Jacolyte


Initial Code
<?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" />
	<title>title goes here » Site title here</title>

	<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>

Initial URL
http://jacolyte.com

Initial Description
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.

Initial Title
XHTML 1.1 Web Standards Template -- Fixed

Initial Tags
template, xhtml, web

Initial Language
XHTML