Return to Snippet

Revision: 59964
at October 12, 2012 10:27 by jerryhdev


Updated Code
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta name="content-type" content="text/html; charset=UTF-8" />
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
		<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
				
		<title>HTML template</title>
		<link rel="stylesheet" href="http://meyerweb.com/eric/tools/css/reset/reset.css" type="text/css" media="screen" />
		<!--[if lt IE 9]>
			<script src="https://raw.github.com/scottjehl/Respond/master/respond.min.js"></script>
		<![endif]-->
		<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> 
	</head>
	<body>
<script type="text/javascript">
  $(document).ready(function() {
     //do this
}
</script>		
	</body>
</html>

Revision: 59963
at October 12, 2012 10:14 by jerryhdev


Updated Code
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta name="content-type" content="text/html; charset=UTF-8" />
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
		<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
				
		<title>HTML template</title>
		<link rel="stylesheet" href="http://meyerweb.com/eric/tools/css/reset/reset.css" type="text/css" media="screen" />
		<!--[if lt IE 9]>
			<script src="https://github.com/scottjehl/Respond/blob/master/respond.min.js"></script>
		<![endif]-->
		<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> 
	</head>
	<body>
<script type="text/javascript">
  $(document).ready(function() {
     //do this
}
</script>		
	</body>
</html>

Revision: 59962
at October 12, 2012 10:09 by jerryhdev


Initial Code
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta name="content-type" content="text/html; charset=UTF-8" />
		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
		<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1">
				
		<title>HTML template</title>
		<link rel="stylesheet" href="http://meyerweb.com/eric/tools/css/reset/reset.css" type="text/css" media="screen" />
		<!--[if lt IE 9]>
			<script src="https://github.com/scottjehl/Respond/blob/master/respond.min.js"></script>
		<![endif]-->
		<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> 
	</head>
	<body>
		
	</body>
</html>

Initial URL


Initial Description
Blank HTML template with minimal hosted srcs and respond.js

Initial Title
Blank HTML template with hosted src, viewport & respond.js

Initial Tags
template, html, query

Initial Language
HTML