- 扫描 ID:
- c9687e9d-fdb8-4b65-9e5f-2f3a8c91a561已完成
- 提交的 URL:
- https://icns.email/
- 报告完成时间:
链接 · 找到 1 个
从页面中识别出的传出链接
链接 | 文本 |
---|---|
https://signature.email | Learn More |
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Jesse Sutherland">
<title>Signature.email</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<style>
body {
background:#f2f2f2;
color:#7A7A7A;
font-size:15px;
height:100vh;
padding:30px;
}
.logo-centered-box {
max-width: 440px;
padding:40px 30px;
background:#FFF;
box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.1);
border-radius: 8px;
}
.btn-primary {
border: 0;
border-radius: 4px;
background-color: #6ec4cf;
color: #fff;
text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus {
background:#2b4465;
color:#FFF;
}
@media (max-width: 768px) {
body {
font-size:14px;
}
.logo-centered-box img {
width:220px;
height:29px;
}
}
</style>
</head>
<body class="text-center d-flex align-items-center justify-content-center">
<main class="logo-centered-box">
<div><a href="https://signature.email"><img class="logo mb-4" src="img/signature-email-logo.svg" alt="Signature.email" width="250" height="33"></a></div>
<div class="mb-3">Signature.email is an email signature generator designed for Teams. It is a powerful visual drag and drop editor for email signatures paired with the easiest way to maintain consistency for your whole team.</div>
<div><a href="https://signature.email" class="btn btn-primary">Learn More</a></div>
</main>
</body></html>