Skip to content

Instantly share code, notes, and snippets.

@Paul-Browne
Last active August 29, 2015 14:02
Show Gist options
  • Save Paul-Browne/d6777ea4d6aeb7f9a6c8 to your computer and use it in GitHub Desktop.
Save Paul-Browne/d6777ea4d6aeb7f9a6c8 to your computer and use it in GitHub Desktop.
My own "BoilerPlate"
<!DOCTYPE html>
<html lang="en">
<head>
<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">
<!-- initial scale=1 for Windows Phone 8 bugfix -->
<script>(function(){if("-ms-user-select" in document.documentElement.style && navigator.userAgent.match(/IEMobile\/10\.0/)){var msViewportStyle = document.createElement("style");msViewportStyle.appendChild(document.createTextNode("@-ms-viewport{width:auto!important}"));document.getElementsByTagName("head")[0].appendChild(msViewportStyle);}})();</script>
<title>Zee Tie Tel</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,600|Droid+Serif:400italic' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment