mirror of
https://github.com/deandreamatias/tv-randshow.git
synced 2025-08-06 15:09:34 +08:00
69 lines
3.1 KiB
HTML
69 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<base href="$FLUTTER_BASE_HREF">
|
|
<meta charset="UTF-8">
|
|
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
|
|
<meta name="description" content="TV Randshow | TV Randshow help to choose a random episode from your favorites TV shows. The TV shows database comes from the TMDB">
|
|
|
|
<!-- 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="TV Randshow">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
|
|
<link rel="mask-icon" href="icons/safari-pinned-tab.svg" color="#e40505">
|
|
<meta name="msapplication-TileColor" content="#e40505">
|
|
<meta name="theme-color" content="#e40505">
|
|
|
|
<!-- open protocol graph meta -->
|
|
<meta property="og:title" content="TV Randshow | App to choose a random TV show episode">
|
|
<meta property="og:description" content="TV Randshow | TV Randshow help to choose a random episode from your favorites TV shows. The TV shows database comes from the TMDB">
|
|
<meta property="og:image" content="https://tvrandshow.com/favicon.png">
|
|
<meta property="og:site_name" content="tvrandshow.com">
|
|
<meta property="og:url" content="https://tvrandshow.com">
|
|
<meta property="og:locale" content="en_US"/>
|
|
<meta property="og:locale:alternate" content="es_ES"/>
|
|
<meta property="og:locale:alternate" content="pt_BR"/>
|
|
<meta property="og:type" content="website">
|
|
<meta property="fb:app_id" content="deandrea.matias.tv_randshow">
|
|
|
|
<!-- Favicon -->
|
|
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
|
|
|
|
<title>TV Randshow | Get your random episodes</title>
|
|
<link rel="manifest" href="manifest.json">
|
|
<link rel="stylesheet" type="text/css" href="splash/style.css">
|
|
</head>
|
|
<body>
|
|
<script src="flutter_bootstrap.js" async></script>
|
|
<picture id="splash">
|
|
<source srcset="splash/img/light-1x.png 1x, splash/img/light-2x.png 2x, splash/img/light-3x.png 3x" media="(prefers-color-scheme: light) or (prefers-color-scheme: no-preference)">
|
|
<source srcset="splash/img/dark-1x.png 1x, splash/img/dark-2x.png 2x, splash/img/dark-3x.png 3x" media="(prefers-color-scheme: dark)">
|
|
<img class="center" src="splash/img/light-1x.png" />
|
|
</picture>
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org/",
|
|
"@type": "WebSite",
|
|
"name": "TV Randshow",
|
|
"url": "https://tvrandshow.com/",
|
|
"image": "https://tvrandshow.com/favicon.png",
|
|
"author": {
|
|
"@type": "Person",
|
|
"name": "Matias de Andrea",
|
|
"url": "https://deandreamatias.com",
|
|
"image": "https://deandreamatias.com/profile.png",
|
|
"sameAs": [
|
|
"https://twitter.com/deandreamatias",
|
|
"https://www.linkedin.com/in/deandreamatias",
|
|
"https://github.com/deandreamatias"
|
|
],
|
|
"jobTitle": "Flutter developer"
|
|
}
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|