Skip to content

Instantly share code, notes, and snippets.

@vipickering
Last active December 21, 2015 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vipickering/6229530 to your computer and use it in GitHub Desktop.
Save vipickering/6229530 to your computer and use it in GitHub Desktop.
HTML: Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<title>Title Here</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content=" ">
<meta name="author" content=" ">
<!-- Large favicon for Opera Speed Dial -->
<link rel="icon" type="image/png" href="/icon-195px.png">
<!-- For third-generation iPad with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
<!-- For iPhone with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
<!-- For first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<!-- Favicon -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href=" " />
</head>
<body>
<div id="container">
<header></header>
<footer></footer>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment