Return to Snippet

Revision: 15195
at June 26, 2009 16:56 by irishspacemonk


Initial Code
<!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" dir="ltr">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<title>title goes here &raquo; 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="#" />
	
    <link rel="Shortcut Icon" href="/favicon.ico" type="image/x-icon" />

	<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen, projection" />
	
	<script type="text/javascript" charset="utf-8" src="js/jquery/jquery-1.3.2.js"></script> 
	<script type="text/javascript" charset="utf-8" src="js/swfobject/swfobject.js"></script>   
    <script type="text/javascript" charset="utf-8" src="js/custom.js"></script>     
	
	<!--[if IE]>
	<link rel="stylesheet" href="css/ie.css" type="text/css" media="screen, projection" />
	<![endif]-->
	
</head>

<body> 	
	
<div id="container">
	
</div>
	   
</body>
</html>

Initial URL


Initial Description
A basic template that sets up a general static site with links to jquery, swfobject and a div container.

Initial Title
HTML 1.0 Strict Template

Initial Tags
html

Initial Language
HTML