| | <!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; |
| | } |
| | |
| | .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; |
| | } |
| | |
| | @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; |
| | } |
| | } |
| | |
| | @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; |
| | } |
| | |
| | .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; |
| | } |
| | } |
| | |
| | .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> |