2018-02-13 22:10:32 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charSet="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
2018-02-13 22:28:47 +00:00
|
|
|
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>" />
|
2018-02-13 22:10:32 +00:00
|
|
|
|
|
|
|
<link rel="author" href="/humans.txt" />
|
|
|
|
|
2018-02-13 22:28:47 +00:00
|
|
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
2018-02-13 22:10:32 +00:00
|
|
|
</head>
|
2018-02-13 22:28:47 +00:00
|
|
|
<body data-build-id="<%= htmlWebpackPlugin.options.buildId %>">
|
2018-02-13 22:10:32 +00:00
|
|
|
<div id="root"></div>
|
|
|
|
</body>
|
|
|
|
</html>
|