html`
<!DOCTYPE html>
<!--IE Conditional HTML Tag-->
<!--[if lte IE 6]><html class="preIE7 preIE8 preIE9"><![endif]-->
<!--[if IE 7]><html class="preIE8 preIE9"><![endif]-->
<!--[if IE 8]><html class="preIE9"><![endif]-->
<!--[if gte IE 9]><!--><html><!--<![endif]-->
<head>
<meta charset="UTF-8">
<!-- X-UA-Compatible Meta Tag -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<!-- Viewport Meta Tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>title</title>
<!-- Common Meta Tags -->
<meta name="author" content="categori.se">
<meta name="description" content="description here">
<meta name="keywords" content="keywords,here">
<!-- Common Meta Tags -->
<link rel="stylesheet" href="https://unpkg.com/tachyons@4.12.0/css/tachyons.min.css" type="text/css">
</head>
<body>
</body>
<!-- Site or application content-->
<!-- <script src="js/app.js"></script>-->
</html>
`