Return to Snippet

Revision: 19776
at October 30, 2009 12:05 by inthewayboy


Initial Code
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<title>
			title
		</title>
		<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
		<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
		<script type="text/javascript" src="jquery.js"></script>
		<script type="text/javascript" charset="utf-8">
			$(function(){
			});
		</script>
	</head>
	<body>
	</body>
</html>

Initial URL


Initial Description


Initial Title
Blank Template - HTML+jQuery+CSS

Initial Tags
css, template, html, jquery

Initial Language
HTML