Return to Snippet

Revision: 44417
at April 11, 2011 16:57 by arindam89


Updated Code
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--[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" />
 
<script src="js/jquery.min.js"></script>

<!-- 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>
 
   </body>
</html>

Revision: 44416
at April 11, 2011 16:50 by arindam89


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 template with 960 gs and jquery

Initial Tags
template

Initial Language
HTML