| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!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.
- Alternatively, build your application passing the --base-href parameter
- specifying the new root path of your web app.
- Fore more details:
- * https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
- -->
- <base href="$FLUTTER_BASE_HREF">
- <meta charset="UTF-8">
- <meta content="IE=Edge" http-equiv="X-UA-Compatible">
- <!-- iOS meta tags & icons -->
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="apple-mobile-web-app-title" content="Uitgaanskrant.com">
-
- <meta name="robots" content="noindex" />
- <!-- Favicon -->
- <link rel="icon" type="image/png" href="favicon.png" />
- <!-- Open Graph & SEO tags -->
- <meta property="og:title" content="Uitgaanskrant" />
- <meta property="og:description" content="Uitgaanskrant.com digitale uitgaanskrant" />
- <meta property="og:image" content="https://storage.googleapis.com/flutterflow-prod-hosting/og_splash_gradient.png" />
- <meta name="twitter:title" content="Uitgaanskrant" />
- <meta name="twitter:description" content="Uitgaanskrant.com digitale uitgaanskrant" />
- <meta name="twitter:image" content="https://storage.googleapis.com/flutterflow-prod-hosting/og_splash_gradient.png" />
- <meta name="twitter:card" content="summary_large_image" />
- <title> Uitgaanskrant </title>
- <meta name="description" content="Uitgaanskrant.com digitale uitgaanskrant" />
-
- <!-- Status Bar color in Safari browser (iOS) and PWA -->
- <meta name="theme-color" media="(prefers-color-scheme: light)" content="#f1f4f8">
- <meta name="theme-color" media="(prefers-color-scheme: dark)" content="#f1f4f8">
- <link rel="manifest" href="manifest.json">
-
- </head>
- <body>
-
- <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCloQC-px_QG64LCIeAjad_qa_VKDnMjC0"></script>
-
-
-
-
- <script>
- {{flutter_bootstrap_js}}
- </script>
- </body>
- </html>
|