Skip to content

Instantly share code, notes, and snippets.

@nathanhornby
Last active February 7, 2017 11:57
Show Gist options
  • Save nathanhornby/76d0611cabab35b51d13 to your computer and use it in GitHub Desktop.
Save nathanhornby/76d0611cabab35b51d13 to your computer and use it in GitHub Desktop.
HTML5 Master
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#222222" />
<!-- Meta -->
<title>Title</title>
<meta name="description" content="Description" />
<meta name="keywords" content="Keywords" />
<!-- Open Graph Meta -->
<meta property="og:title" content="Title" />
<meta property="og:description" content="Description" />
<meta property="og:type" content="website" />
<meta property="og:url" content="Url" />
<meta property="og:image" content="Image" />
<meta property="og:site_name" content="Site name" />
<link rel="icon" type="image/png" href="favicon.ico" />
<!-- Stylesheets -->
<link rel="stylesheet" href="/dist/all.min.css" />
<!-- HTML5 tag fix -->
<!--[if lte IE 9 ]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!-- JavaScript -->
<script type="text/javascript" src="/dist/all.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment