Skip to content

Instantly share code, notes, and snippets.

@mugukamil
Created May 22, 2014 22:05
Show Gist options
  • Save mugukamil/fdc071e200e6c454a4d1 to your computer and use it in GitHub Desktop.
Save mugukamil/fdc071e200e6c454a4d1 to your computer and use it in GitHub Desktop.
HTML: Starting Template
<!doctype html>
<!--[if IE 8]<html lang="en" class="ie8> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<!-- Stylesheet -->
<link rel="stylesheet" href="css/style.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicon and Apple Icons -->
<link rel="shortcut icon" href="images/icons/favicon.png">
<link rel="apple-touch-icon" href="images/icons/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/icons/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/icons/apple-touch-icon-114x114.png">
</head>
<body>
<!-- JavaScript -->
<script src="http://code.jquery.com/jquery-latest.js"></script>
</body>
</html>
@mugukamil
Copy link
Author

I made a comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment