https://www.offsuit.app/?action=friend-invite&i=Pwm3rnqpXOezagmoxcqvRliiyEQ2&a=4014&u=antunolovcica

Submitted URL:
https://link.offsuit.app/BLyfRedirected
Report Finished:

The outgoing links identified from the page

LinkText
https://link.offsuit.app/downloadGet the app

JavaScript Variables · 5 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
		<meta charset="UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<title>Offsuit</title>
		<meta name="description" content="Learn poker and play with friends.">
		<meta name="keywords" content="offsuit,poker,holdem,hold'em,texas,gto,solver,card,casino,game,online,offline,trainer,tournament,strategy,bet,tilt">
		<meta name="author" content="Offsuit">
		
		<!-- Facebook Meta Tags -->
		<meta property="og:url" content="https://offsuit.app/">
		<meta property="og:type" content="website">
		<meta property="og:title" content="Offsuit - Texas Holdem Poker Game">
		<meta property="og:description" content="Learn poker and play with friends.">
		<meta property="og:image" content="https://www.offsuit.app/imgs/og.png">
		
		<!-- Twitter Meta Tags -->
		<meta name="twitter:card" content="summary_large_image">
		<meta property="twitter:domain" content="offsuit.app">
		<meta property="twitter:url" content="https://offsuit.app/">
		<meta name="twitter:title" content="Offsuit - Texas Holdem Poker Game">
		<meta name="twitter:description" content="Learn poker and play with friends.">
		<meta name="twitter:image" content="https://www.offsuit.app/imgs/og.png">

		<!-- Meta Tags Generated via https://www.opengraph.xyz -->
		
		<meta name="format-detection" content="telephone=no">
    <link rel="icon" href="favicon.ico" type="image/x-icon">
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> 
		<link rel="preconnect" href="https://fonts.googleapis.com">
		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
		<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&amp;display=swap" rel="stylesheet">
		<link rel="stylesheet" type="text/css" href="styles.css">
	</head>

	<body>
		<div class="modal-container">
			<div class="modal">
				<img class="qr" src="imgs/qrcode.png">
				<p class="margin-top-sm">Scan to download for Android or iOS</p>
			</div>
			<div class="scrim"></div>
		</div>
		
		<!-- PAGE CONTAINER -->
		<div class="page-container">
			
			<!-- NAV -->
			<div class="grid pad-top-sm nav">
				<div class="row start-1 span-2 logo">
					<a href="index.html" class="logo-link"><img src="imgs/logo.png"></a>
				</div>
				<div class="row start-11 span-4 mob-hide mod">
					<a>Get the app</a>
				</div>
			</div>
			
			<!-- INTRO -->
			<div class="grid pad-top-xs intro">
				<div class="row start-1 span-12">
					<h1>Casual poker, redesigned.</h1>
					<a class="btn desk-hide" href="https://link.offsuit.app/download">Get the app</a>
					<video class="vid" autoplay="" loop="" muted="" playsinline="">
						<source src="imgs/small.mp4" type="video/mp4">
					</video>
					<img src="imgs/hero.png" class="device mob-hide">
					<img src="imgs/mob.png" class="mob-device desk-hide">
				</div>
			</div>
			
			<!-- FEATURES -->
			<div class="grid features">
				<div class="row start-1 span-6">
					<div class="card graph">
						<h2 class="pad-top-md">A simple home base to track your progress.</h2>
						<img data-scroll-speed="6" src="imgs/graph.svg">
					</div>
					<div class="card stats margin-top-sm">
						<h2 class="pad-top-md">See your win percentage and likely hands in-game.</h2>
						<img src="imgs/stats.png">
					</div>
				</div>
				<div class="row start-7 span-6">
					<div class="card tournaments">
						<h2 class="pad-top-md">Advance through dozens of tournaments.</h2>
						<img src="imgs/tournaments.png">
					</div>
					<div class="card preview margin-top-sm">
						<h2 class="pad-top-md">Play against friends and intelligent AI opponents.</h2>
						<img src="imgs/ai.png">
					</div>
				</div>
			</div>
			
			<!-- OUTRO -->
			<div class="grid pad-top-xl outro">
				<div class="row start-1 span-12">
					<h1>Free online poker.</h1>
					<p class="margin-top-xs">Poker doesn't have to look and feel like a scam. Take poker seriously and learn as you play with Offsuit.</p>
				<a class="btn mob-hide">Get the app</a>
				<a class="btn deskk-hide" href="https://link.offsuit.app/download">Get the app</a>
				</div>
			</div>
			
			<!-- FOOTER -->
			<div class="footer">
				<div class="logo-row">
					<a href="index.html" class="logo-link"><img src="imgs/wordmark.svg"></a>
				</div>
				<div class="links-row">
					<a href="mailto:[email protected]">Contact</a>
					<a href="about.html">About</a>
					<a href="terms.html">Terms</a>
					<a href="privacy.html">Privacy</a>
					<a>© 2024 Offsuit Games, Inc.</a>
				</div>
			</div>
		</div>
		<script src="jquery-3.1.1.min.js"></script>
		<script src="scripts.js"></script>
	
</body></html>