<!doctype html>
<html lang="en">
  <head>
    <title><%= htmlWebpackPlugin.options.title %></title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="viewport" content="minimal-ui, width=device-width, height=device-height, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="apple-mobile-web-app-title" content="<%= htmlWebpackPlugin.options.title %>">
    <meta name="og:url" content="https://apps.descarteslabs.com/viewer/latest"/>
    <meta name="og:type" content="website"/>
    <meta name="og:site_name" content="Descartes Labs"/>
    <meta name="og:title" content="Descartes Labs: <%= htmlWebpackPlugin.options.title %>"/>
    <meta name="og:description" content="<%= htmlWebpackPlugin.options.description %>"/>
    <meta name="og:image" content="https://cdn.descarteslabs.com/assets/imgs/logo.png"/>

    <link rel="shortcut icon" href="favicon.ico">
    <link rel="icon" sizes="16x16" href="favicon.ico">
    <link crossorigin="anonymous" rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700">
    <link crossorigin="anonymous" rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600">
    <script type="text/javascript" src="https://iam.descarteslabs.com/auth/session.js"></script>
  </head>
  <body>
    <div id="root"></div>

    <!-- note: to generate bundle.js run the appropriate npm script, e.g.
         npm run build:dist -->
    <script>
        (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
        (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
        m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
        })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
        ga('create', 'UA-62037461-6', 'auto');
        ga('send', 'pageview');
    </script>
  </body>
</html>
