<!DOCTYPE html>
<html lang="en">

<head>
  <!-- base -->
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title><%= projectName %></title>
  <link rel="shortcut icon" href="{{base}}favicon.ico">
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:900|Roboto:400,500">
  <link rel="stylesheet" href="{{base}}styles.css">
</head>

<body>
  <div id="app"></div>
  <script type="text/javascript" src="{{base}}bundle.js"></script>
</body>

</html>
