- 扫描 ID:
- ecb60128-eb32-4879-ac71-3f3ebe46f9d1已完成
- 提交的 URL:
- https://synbit.io/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 5 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
控制台日志消息 · 找到 0 条
记录到 Web 控制台的消息
HTML
页面的原始 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> Login
</button>
</div>
</div>
</div>
</body></html>