<!DOCTYPE html>
<html>
<head>
    <!--
      If you are serving your web app in a path other than the root, change the
      href value below to reflect the base path you are serving from.

      The path provided below has to start and end with a slash "/" in order for
      it to work correctly.

      For more details:
      * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base

      This is a placeholder for base href that will be replaced by the value of
      the `--base-href` argument provided to `flutter build`.
    -->
    <base href="/">

    <meta charset="UTF-8">
    <meta content="IE=Edge" http-equiv="X-UA-Compatible">
    <meta name="description" content="TV Time">
    <meta name="mobile-web-app-capable" content="yes">

    <!-- iOS meta tags & icons -->
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="apple-mobile-web-app-title" content="TV Time">
    <link rel="apple-touch-icon" href="icons/Icon-192.png">

    <!-- Favicon -->
    <link rel="icon" type="image/png" href="favicon.png"/>

    <title>TV Time</title>
    <link rel="manifest" href="manifest.json">

    <!-- Style -->
    <link rel="stylesheet" href="style.css">

    <!-- Apple Sign In -->
    <script type="text/javascript"
            src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"
            defer></script>
    <!-- Google Sign In -->
    <meta name="google-signin-client_id"
          content="315214354641-jombap1l4vb4oioth62ic79oo2df91d7.apps.googleusercontent.com">
    <!-- Croppie -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/croppie/2.6.5/croppie.css"/>
    <script defer src="https://cdnjs.cloudflare.com/ajax/libs/exif-js/2.3.0/exif.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/croppie/2.6.5/croppie.min.js"></script>
    <!-- Flutter InAppWebView -->
    <script type="application/javascript"
            src="/assets/packages/flutter_inappwebview_web/assets/web/web_support.js"
            defer></script>

    <meta http-equiv="Content-Security-Policy"
          content="frame-src 'self' *.tvtime.com *.swipefinder.app">
</head>
<body>
<div class="loading">
    <div class="loadingio-spinner-rolling-655pcm80dhq">
        <div class="ldio-ssu0t9hiiao">
            <div></div>
        </div>
    </div>
</div>
<!-- Include the flutter_bootstrap.js to ensure buildConfig is set correctly -->
<script src="flutter_bootstrap.js" async></script>
</body>
</html>
