Return to Snippet

Revision: 27846
at June 25, 2010 03:15 by tigerthemes


Updated Code
<!DOCTYPE html>
<html lang="en">
<head>
<title>Webpage Title</title>
<meta charset="utf-8" />
<script src="http://www.google.com/jsapi"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
  google.load("jquery", "1.4.2");
</script>
</head>
<body>

</body>
</html>

Revision: 27845
at June 25, 2010 03:12 by tigerthemes


Initial Code
<!DOCTYPE html>
<html lang="en">
<head>
 <title></title>
  <meta charset="utf-8" />
   <script src="http://www.google.com/jsapi"></script>
    <script>
      google.load("jquery", "1.4.2");
    </script>
</head>
<body>

</body>
</html>

Initial URL


Initial Description


Initial Title
HTML5 Basic Template (w /Google Load)

Initial Tags
javascript, google, jquery, load, html5

Initial Language
HTML