Return to Snippet

Revision: 37593
at December 13, 2010 10:01 by tylerlin


Updated Code
<!DOCTYPE HTML>
<html lang="en">
   <head>
      <meta charset="UTF-8">
      <!-- www.phpied.com/conditional-comments-block-downloads/ -->
      <!--[if IE]><![endif]-->

      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

      <link rel="shortcut icon" href="/favicon.ico">
      <link rel="apple-touch-icon" href="/apple-touch-icon.png">

      <link href="css/reset.css" rel="stylesheet" />
      <link href="css/960_24_col.css" rel="stylesheet" />
      <link href="css/text.css" rel="stylesheet" />
      <link rel="stylesheet" href="css/style.css" />

      <!-- For the less-enabled mobile browsers like Opera Mini -->
      <link rel="stylesheet" media="handheld" href="css/handheld.css?v=1">

      <!--[if lt IE 9]>
      <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
      <![endif]-->

      <title> SITENAME </title>
      <style>

      </style>
   </head>
<body>
	
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
</body>
</html>

Revision: 37592
at December 13, 2010 09:51 by tylerlin


Initial Code
<!DOCTYPE HTML>
<html lang="en">
   <head>
      <meta charset="UTF-8">
      <!-- www.phpied.com/conditional-comments-block-downloads/ -->
      <!--[if IE]><![endif]-->

      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

      <link rel="shortcut icon" href="/favicon.ico">
      <link rel="apple-touch-icon" href="/apple-touch-icon.png">

      <link href="css/reset.css" rel="stylesheet" />
      <link href="css/960_24_col.css" rel="stylesheet" />
      <link href="css/text.css" rel="stylesheet" />
      <link rel="stylesheet" href="css/style.css" />

      <!-- For the less-enabled mobile browsers like Opera Mini -->
      <link rel="stylesheet" media="handheld" href="css/handheld.css?v=1">

      <!--[if lt IE 9]>
      <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
      <![endif]-->

      <title> SITENAME </title>
      <style>

      </style>
   </head>
<body>
	
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
</body>
</html>



Initial URL


Initial Description


Initial Title
index.html with jquery

Initial Tags
textmate, jquery, html5

Initial Language
HTML