<!DOCTYPE html>
<html>

<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>
    <%= htmlWebpackPlugin.options.title %>
  </title>
   <style>
      * {
        -webkit-overflow-scrolling: touch;
      }
   </style>
</head>

<body style="margin: 0; padding: 0;">
  <div id="application"></div>
</body>

</html>
