<!doctype html>
<html class="no-js"
      lang="en"
      itemscope="" itemtype="http://schema.org/WebPage">
<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" itemprop="description" property="og:description" content="Home page description"/>
    <meta name="keywords" content="Keywords For This Page"/>

	<meta property="og:title" content="<%= htmlWebpackPlugin.options.title %>" />
    <meta property="og:type" content="website" />

    <title><%= htmlWebpackPlugin.options.title %></title>

</head>
<body>
    <div id="root"></div>
</body>
</html>
