Skip to content

Instantly share code, notes, and snippets.

@cgons
Created September 13, 2017 16:07
Show Gist options
  • Save cgons/b7ed86da067ce8ca11b8a2ba0ed9bef8 to your computer and use it in GitHub Desktop.
Save cgons/b7ed86da067ce8ca11b8a2ba0ed9bef8 to your computer and use it in GitHub Desktop.
HTML5 Slim Boilerplate
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment