https://synbit.io/

提交的 URL:
https://synbit.io/
报告完成时间:

链接 · 找到 0 个

JavaScript 变量 · 找到 5 个

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction

控制台日志消息 · 找到 0 条

HTML

<!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>