https://synbit.io/

Eingereichte URL:
https://synbit.io/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 5 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction

Konsolenprotokoll-Meldungen · 0 gefunden

In der Web-Konsole protokollierte Meldungen

HTML

Der HTML-Rohtext der Seite

<!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>&nbsp;Login
				</button>
			</div>
		</div>
	</div>

</body></html>