Skip to content

Instantly share code, notes, and snippets.

@dmorosinotto
Created August 28, 2015 09:39
Show Gist options
  • Save dmorosinotto/5bae798e0cdd5e707a8e to your computer and use it in GitHub Desktop.
Save dmorosinotto/5bae798e0cdd5e707a8e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, intial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<title>SITE</title>
<meta name="description" content="something">
<meta name="author" content="someone">
<link rel="stylesheet" href="some/styles.css">
<script type="text/javascript" src="some/app.js"></script>
<link rel="import" href="some/webcomponent.html">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment