- 扫描 ID:
- 5fff284c-a1e4-4519-b3ed-8e4bc2addb75已完成
- 提交的 URL:
- https://eventware.com/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
HTML
页面的原始 HTML 正文
<html><head>
<title>Eventware - Event technology framework</title>
<link rel="stylesheet" href="https://use.typekit.net/kwz4vqx.css">
<style>
html {
background: url(eventware-bg.svg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #000000;
font-size: 100%;
}
.container {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
h1 {
font-size: 4rem;
font-family: raleway,sans-serif;
font-weight: 600;
font-style: normal;
color: #FFFFFF;
text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
margin: 32 0 0 0;
}
h2 {
font-size: 1.75rem;
font-family: raleway,sans-serif;
font-weight: 600;
font-style: normal;
color: #FFFFFF;
text-shadow: 0px 2px 5px rgba(0,0,0,0.5);
margin: 32 0 0 0;
}
</style>
</head>
<body>
<div class="container">
<div><img src="eventware-logo.svg" alt="Evetware - Event technology framework"></div>
<h1>Coming soon</h1>
<h2>We're currently working on our <strong>new</strong> web site.</h2>
</div>
</body></html>