<!doctype html>
<html lang="en">
<head>
  <!-- <base href="/labs/zentime/" /> --> <!-- Uncomment this for production -->

  <meta charset="utf-8">

  <meta http-equiv="X-UA-Compatible" content="IE=edge">

  <title>ZenTime</title>

  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="handheldFriendly" content="true">

  <meta name="description" content="ZenTime - A simple meditation timer to help you practice meditation."><!-- Maximum length 155 characters -->
  <meta name="subject" content="ZenTime - A simple meditation timer.">
  <meta name="language" content="English">
  <meta name="robots" content="index,follow">
  <meta name="googlebot" content="index,follow">
  <meta name="classification" content="business">
  <meta name="url" content="https://zentime.herokuapp.com/">
  <meta name="identifier-URL" content="https://zentime.herokuapp.com/">
  <meta name="coverage" content="Worldwide">
  <meta name="distribution" content="Global">
  <meta name="rating" content="General">
  <link rel="author" href="https://plus.google.com/+AlexDevero">

  <!-- Favicons -->
  <link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon.png?v=Km29wrQzPQ">
  <link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png?v=Km29wrQzPQ">
  <link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png?v=Km29wrQzPQ">
  <link rel="manifest" href="./images/favicon/manifest.json?v=Km29wrQzPQ">
  <link rel="mask-icon" href="./images/favicon/safari-pinned-tab.svg?v=Km29wrQzPQ" color="#7b16ff">
  <link rel="shortcut icon" href="./images/favicon/favicon.ico?v=Km29wrQzPQ">
  <meta name="msapplication-config" content="./images/favicon/browserconfig.xml">
  <meta name="theme-color" content="#ffffff">

  <!-- Facebook OpenGraph tags -->
  <meta property="og:title" content="ZenTime - A simple meditation timer.">
  <meta property="og:type" content="website">
  <meta property="og:description" content="ZenTime - A simple meditation timer to help you practice meditation.">
  <meta property="og:image" content=""><!-- my photo -->
  <meta property="og:url" content="https://zentime.herokuapp.com/">
  <meta property="og:locale" content="en_US">
  <meta property="og:site_name" content="ZenTime">
  <meta property="article:author" content="Alex Devero">

  <!-- Twitter cards tags -->
  <meta name="twitter:card" content="summary">
  <meta name="twitter:site" content="@AlexDevero">
  <meta name="twitter:creator" content="@AlexDevero">
  <meta name="twitter:url" content="https://zentime.herokuapp.com/">
  <meta name="twitter:title" content="ZenTime - A simple meditation timer.">
  <meta name="twitter:description" content="ZenTime - A simple meditation timer to help you practice meditation.">
  <meta name="twitter:image" content="" >

  <!--  Google+ / Schema.org -->
  <meta itemprop="name" content="ZenTime - A simple meditation timer.">
  <meta itemprop="description" content="ZenTime - A simple meditation timer to help you practice meditation.">
  <meta itemprop="image" content="">

  <!-- Font Awesome -->
  <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">

  <!-- Font Graffitti -->
  <link href="https://fonts.googleapis.com/css?family=Calligraffitti" rel="stylesheet">

  <!-- Font Roboto -->
  <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">

  <!-- Font Roboto Slab -->
  <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400" rel="stylesheet">
</head>

<body>
  <div id="root"></div>

  <!-- Google Analytics -->
  <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-40173486-3', 'auto');
    ga('send', 'pageview');
  </script>
  <!-- End Google Analytics -->
</body>
</html>
