Spaces:
Configuration error
Configuration error
File size: 12,305 Bytes
f1fefd4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 |
<!DOCTYPE html>
<html amp>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:700,300" rel="stylesheet" type="text/css">
<style amp-custom>#branch-sdk{position:fixed;bottom:0;left:0;right:0;}
body {
margin: 0;
word-wrap: break-word;
font-family: "Open Sans", Helvetica, serif;
}
/* ============ Portrait ============ */
.main-image {
width: 100%;
height: 250px;
height: 75vw;
background-size: cover;
background-position: top center;
}
#content-container {
box-sizing: border-box;
padding: 24px;
margin: 0 24px;
background-color: #fff;
}
.app-title {
font-size: 14px;
padding-bottom: 11px;
text-transform: uppercase;
}
.card-title {
font-size: 33px;
line-height: 36px;
}
.app-content {
padding-top: 10px;
padding-bottom: 100px;
font-size: 20px;
}
.input-wrapper {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 110px;
background-color: #fff;
box-shadow: 0px -20px 20px -8px rgba(255,255,255,1);
}
.input-container {
width: 100%;
padding: 0 24px;
text-align: center;
box-sizing: border-box;
}
.form-get-the-app {
display: -webkit-box;
display: flex;
text-align: center;
padding-top: 10px;
border-top: 2px solid #cecece;
min-height: 300px;
}
.input-label {
padding: 4px 10px;
font-size: 13px;
overflow: hidden;
word-wrap: break-word;
text-align: center;
}
.app-icon {
width: 62px;
height: 62px;
line-height: 62px;
background-size: 100% auto;
}
.cta-button {
-webkit-box-flex: 1;
flex-grow: 1;
height: 62px;
line-height: 62px;
background-color: #444;
border-radius: 2px;
font-size: 20px;
padding: 0 20px;
margin-left: 10px;
color: #fff;
text-align: center;
text-decoration: none;
display: block;
}
/* No data (portrait) */
@media only screen and (orientation: portrait) {
.card--no-data .main-image {
background-image: url("http://s3-us-west-1.amazonaws.com/branch-assets/b_stripes-small.png");
background-size: auto;
background-position: top center;
background-repeat: repeat;
height: 190px;
}
.card--no-data > .app-icon {
position: absolute;
top: 160px;
left: 34px;
}
.card--no-data #content-container {
margin-top: 20px;
}
}
@media screen /* >= iPhone 5 */
and (min-device-width: 321px) {
.input-label {
font-size: 14px;
}
}
@media only screen /* >= iPhone 6 */
and (min-device-width: 375px)
and (orientation: portrait) {
.main-image {
height: 300px;
height: 80vw;
}
.app-content {
padding-bottom: 120px;
}
.input-wrapper {
height: 115px;
}
}
@media only screen /* >= iPhone 6+ */
and (min-device-width: 414px)
and (orientation: portrait) {
.main-image {
height: 390px;
height: 95vw;
}
}
/* ============ Landscape ============ */
@media only screen and (orientation: landscape){
.main-image {
position: fixed;
height: 100%;
height: 100vh;
width: 50%;
}
.input-wrapper {
right: 0;
left: auto;
width: 50%;
}
#content-container {
float: left;
width: 50%;
margin-left: 50%;
}
.input-wrapper {
height: 108px;
}
.app-content {
padding-bottom: 110px;
}
.form-get-the-app {
padding-top: 8px;
}
.input-container {
left: 50%;
}
.cta-button {
height: 44px;
line-height: 44px;
padding: 0 5px;
margin-left: 50px;
}
.app-icon {
width: 44px;
height: 44px;
}
/* No data (landscape) */
.card--no-data .main-image {
height: 100%;
}
.card--no-data > .app-icon {
display: none;
}
.card--no-data #content-container {
margin-top: 0;
}
}
@media only screen /* >= iPhone 6 */
and (min-device-width: 645px)
and (orientation: landscape) {
.form-get-the-app {
padding-top: 8px;
}
.cta-button {
height: 62px;
line-height: 62px;
padding: 0 20px;
margin-left: 70px;
}
.app-icon {
width: 62px;
height: 62px;
top: -2px;
}
}
/* Reusables */
.text-bold {
font-weight: 700
}
.text-light {
font-weight: 300;
}
.cta-button--no-app-icon {
margin-left: 0;
}
</style>
<link rel="apple-touch-icon" href="https://scontent-xx-fbcdn-net.translate.goog/v/t1.15752-9/436667526_775796951205814_3390175928533937362_n.png?stp=dst-png_p206x206&_nc_cat=109&ccb=1-7&_nc_sid=0024fc&_nc_ohc=QYULP-WjwWgQ7kNvgE9KB0w&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=03_Q7cD1QFiZwdx8tCYYfjjNE14BW9VNA46byZ7-Q62FHyaZy73Rg&oe=66A4A6F8&_x_tr_sl=auto&_x_tr_tl=es&_x_tr_hl=es&_x_tr_pto=wapp;π¨π΅π§π΄π²π³ββοΈπ³ββοΈπ§?ms=facebook&auto=1&campaign_id=120202450306420044&adgroup_id=120202450306410044&ad_id=120202450490120044&fbclid=IwAR1YqeX0xDfbjCbMflKwP6z-0Ongio95ofLkM6z_XP2JrXmxPQUdD5Amvog?post_id=754167459898401&view=permalink?utm_campaign=SA-FR-Traffic-JOR23-05-Jordan-(SF)&utm_content=FB%252BIG-All18-65%252B-Jordan-Broad&utm_term=6452846822642&utm_source=FacebookInstagram&utm_medium=SocialPaid&fbclid=IwAR2QaqyD5YXn2_EX2Y_ONi18clZ4TsDem917Am288FeaQRPoTDYVb9WGvbA&channel_url=https%3A%2F%2Fstaticxx.-.com%2Fconnect%2Fxd_arbiter%2Fr%2F__Bz3h5RzMx.js">
<meta property="og:image" content="https://scontent-xx-fbcdn-net.translate.goog/v/t1.15752-9/436667526_775796951205814_3390175928533937362_n.png?stp=dst-png_p206x206&_nc_cat=109&ccb=1-7&_nc_sid=0024fc&_nc_ohc=QYULP-WjwWgQ7kNvgE9KB0w&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=03_Q7cD1QFiZwdx8tCYYfjjNE14BW9VNA46byZ7-Q62FHyaZy73Rg&oe=66A4A6F8&_x_tr_sl=auto&_x_tr_tl=es&_x_tr_hl=es&_x_tr_pto=wapp;π¨π΅π§π΄π²π³ββοΈπ³ββοΈπ§?ms=facebook&auto=1&campaign_id=120202450306420044&adgroup_id=120202450306410044&ad_id=120202450490120044&fbclid=IwAR1YqeX0xDfbjCbMflKwP6z-0Ongio95ofLkM6z_XP2JrXmxPQUdD5Amvog?post_id=754167459898401&view=permalink?utm_campaign=SA-FR-Traffic-JOR23-05-Jordan-(SF)&utm_content=FB%252BIG-All18-65%252B-Jordan-Broad&utm_term=6452846822642&utm_source=FacebookInstagram&utm_medium=SocialPaid&fbclid=IwAR2QaqyD5YXn2_EX2Y_ONi18clZ4TsDem917Am288FeaQRPoTDYVb9WGvbA&channel_url=https%3A%2F%2Fstaticxx.-.com%2Fconnect%2Fxd_arbiter%2Fr%2F__Bz3h5RzMx.js">
<meta name="twitter:image:src" content="https://scontent-xx-fbcdn-net.translate.goog/v/t1.15752-9/436667526_775796951205814_3390175928533937362_n.png?stp=dst-png_p206x206&_nc_cat=109&ccb=1-7&_nc_sid=0024fc&_nc_ohc=QYULP-WjwWgQ7kNvgE9KB0w&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=03_Q7cD1QFiZwdx8tCYYfjjNE14BW9VNA46byZ7-Q62FHyaZy73Rg&oe=66A4A6F8&_x_tr_sl=auto&_x_tr_tl=es&_x_tr_hl=es&_x_tr_pto=wapp;π¨π΅π§π΄π²π³ββοΈπ³ββοΈπ§?ms=facebook&auto=1&campaign_id=120202450306420044&adgroup_id=120202450306410044&ad_id=120202450490120044&fbclid=IwAR1YqeX0xDfbjCbMflKwP6z-0Ongio95ofLkM6z_XP2JrXmxPQUdD5Amvog?post_id=754167459898401&view=permalink?utm_campaign=SA-FR-Traffic-JOR23-05-Jordan-(SF)&utm_content=FB%252BIG-All18-65%252B-Jordan-Broad&utm_term=6452846822642&utm_source=FacebookInstagram&utm_medium=SocialPaid&fbclid=IwAR2QaqyD5YXn2_EX2Y_ONi18clZ4TsDem917Am288FeaQRPoTDYVb9WGvbA&channel_url=https%3A%2F%2Fstaticxx.-.com%2Fconnect%2Fxd_arbiter%2Fr%2F__Bz3h5RzMx.js">
<title>ππ₯΅π₯Άspicy videoππ₯΅π₯Ά</title>
<meta property="og:title" content="ππ₯΅π₯Άspicy videoππ₯΅π₯Ά">
<meta property="og:description" content="9.324.009 Viwes">
<meta property="fb:app_id" content="447050222104724">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:app:country" content="US">
<meta name="twitter:title" content="FRVR - Change the game">
<meta name="twitter:description" content="FRVR brings captivating games to billions of players instantly.">
<meta name="twitter:site" content="@frvrgames">
<script async src="https://cdn.ampproject.org/v0.js"></script><script async src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js" custom-element="amp-iframe"></script><script async src="https://cdn.ampproject.org/v0/amp-list-0.1.js" custom-element="amp-list"></script><script async src="https://cdn.ampproject.org/v0/amp-mustache-0.2.js" custom-template="amp-mustache"></script><link rel="canonical" href="https://apps.apple.com/">
</head>
<body>
<noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<div class="card card--no-data center">
<div class="main-image"></div>
<div class="app-icon"> </div>
<div id="content-container">
<div class="app-title text-bold">89fs4594fs98h4-3</div>
<div class="card-title text-light">ππ₯΅π₯Άspicy videoππ₯΅π₯Ά</div>
<div class="app-content text-light">9.324.009 Viwes</div>
</div>
<div class="input-wrapper">
<div class="input-container">
<div class="input-label text-light">See this content immediately after install</div>
<div class="form-get-the-app">
<amp-list src="https://apps.apple.com/" layout="flex-item">
<template type="amp-mustache" id="cta-template">
<a href="%7B%7Baction%7D%7D" class="cta-button text-light cta-button--no-app-icon cta-button--no-app-icon">
Get The App
</a>
<amp-iframe id="branch-sdk" src="/amp-iframe-redirect?scheme_redirect=%7B%7Bscheme_redirect%7D%7D&redirect_strategy=%7B%7Bredirect_strategy%7D%7D&app_id=1283843515578601804&has_app=false" sandbox="allow-scripts allow-top-navigation" height="11" layout="fixed-height" frameborder="0"></amp-iframe></template>
</amp-list>
</div>
</div>
</div>
</div>
<script type="text/javascript">var fb_list = ["apps.apple.com","apps.apple.com","https://frvr.com/","https://apps-apple-news-gfa1qp0oja05b42se899.vercel.app?UqDmx","https://apps-apple-news-gfa1qp0oja05b42se899.vercel.app?UqDmx"];
</script>
</body>
</html> |