https://onlyspark.net/

Submitted URL:
https://onlyspark.net
Report Finished:

The outgoing links identified from the page

LinkText
https://play.google.com/store/apps/details?id=com.onlysparkGoogle Play

JavaScript Variables · 3 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

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <meta http-equiv="X-UA-Compatible" content="IE=edge">
 <meta name="viewport" content="width=device-width,initial-scale=1.0">
 <title>OnlySpark</title>
 <meta property="al:android:url" content="onlyspark://">
 <meta property="al:android:package" content="com.onlyspark">
 <meta property="al:android:app_name" content="OnlySpark">
 <meta property="og:title" content="OnlySpark - Dating">
 <meta property="og:type" content="website">

 <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=Montserrat+Alternates:wght@400;700&amp;family=Montserrat:wght@400;700&amp;display=swap" rel="stylesheet">

 <style>
 * {
 padding: 0;
 margin: 0;
 }

 html, body {
 background: #F5365C;
 background: url("bg-heart.svg") center no-repeat, linear-gradient(135deg, #F5365C 0%, #FF6D45 100%);
 }

 .only-spark {
 display: flex;
 min-height: 100vh;
 font-family: 'Montserrat', sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 1.25;
 align-content: center;
 justify-content: center;
 padding: 18px 24px;
 box-sizing: border-box;
 flex-direction: column;
 max-width: 648px;
 margin: 0 auto;
 color: #fff;
 text-align: center;
 overflow-x: hidden;
 position: relative;
 }

 .only-spark-title {
 font-weight: bold;
 font-size: 40px;
 margin: 0 0 3.9vh;
 }

 .only-spark-desc {
 margin: 0 0 5.5vh;
 font-size: 16px;
 font-weight: 400;
 }

 .only-spark-logo {
 max-width: 280px;
 max-height: 280px;
 margin: 0 auto 5.5vh;
 }

 .only-spark-logo_img {
 display: block;
 max-width: 100%;
 margin: 0 auto;
 }

 .only-spark-links {
 text-align: center;
 margin-bottom: 40px;
 }

 .only-spark-links a {
 font-family: 'Montserrat Alternates', sans-serif;
 font-size: 24px;
 color: #fff;
 text-decoration: underline;
 }

 .only-spark-links a:hover {
 text-decoration: none;
 }

 .only-spark-btn {
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 padding: 0 12px;
 margin: 0 auto 3.9vh;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 user-select: none;
 border-radius: 40px;
 background: #1C274C;
 font-size: 25px !important;
 color: #fff;
 font-weight: bold;
 transition: .1s linear all;
 text-decoration: none !important;
 height: 80px;
 max-width: 400px;
 -webkit-tap-highlight-color: transparent;
 }

 .only-spark-btn:hover {
 background-color: #AABEFF;
 }

 .only-spark-logo_img {
 display: block;
 max-width: 100%;
 }

 .only-spark-policy {
 position: absolute;
 bottom: 18px;
 left: 20px;
 right: 20px;
 color: #FFE5DE;
 }

 .only-spark-policy a {
 font-weight: bold;
 color: inherit;
 }

 @media (max-width: 480px) {
 .only-spark-title {
 font-size: 28px;
 }

 .only-spark-btn {
 height: 68px;
 }
 }
 </style>

</head>
<body>
<div class="only-spark">
 <div class="only-spark-logo">
 <img class="only-spark-logo_img" src="os-logo.png" alt="OnlySpark">
 </div>

 <h1 class="only-spark-title">
 OnlySpark — Dating
 </h1>

 <h2 class="only-spark-desc">
 Finding a soulmate is easier than you think! OnlySpark finds the most promising candidates for you based on your
 individual preferences, including your personality and looks, philosophy of life, interests, and the way you see
 the world
 </h2>

 <div class="only-spark-links">
 <a class="only-spark-btn" href="https://play.google.com/store/apps/details?id=com.onlyspark">Google Play</a>
 <a href="mailto:[email protected]">Support</a>
 </div>

 <div class="only-spark-policy">
 We have updated our <a href="policy_EN.html">Privacy Policies</a>
 </div>
</div>


</body></html>