- Scan ID:
- 45272752-fa0b-4683-98f1-d0c1702b5e75Finished
- Submitted URL:
- https://synbit.io/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
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 charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css" integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ==" crossorigin="anonymous" referrerpolicy="no-referrer">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.4/jquery.min.js" integrity="sha512-pumBsjNRGGqkPzKHndZMaAG+bir374sORyzM3uulLV14lN5LyykqNk8eEeUlUkB3U0M4FApyaHraT65ihJhDpQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<title>Synbit Protocol</title>
<link rel="stylesheet" type="text/css" href="/css/index.css">
<link rel="shortcut icon" href="/files/favicon.ico" type="image/x-icon">
</head>
<body>
<!-- developed by Abu Al-Hamid © 2024 | [email protected] -->
<div class="main_container">
<div class="login_box">
<div class="logo">
<img src="/files/favicon.png" alt="">
</div>
<div class="para">
<h1>
Fast, secure and real-time payment gateway for bitcoin and other digital cryptocurrencies
</h1>
</div>
<div class="login_button">
<button onclick="location.href='/login'">
<span class="material-symbols-outlined">arrow_outward</span> Login
</button>
</div>
</div>
</div>
</body></html>