- 掃描 ID:
- 12927fc0-3cc1-41e1-bf5d-67f2900fe1af已完成
- 已提交的 URL:
- https://werner-ferstl.at/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 3 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
主控台記錄訊息 · 找到 1 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
error | network |
|
HTML
頁面的原始 HTML 主體
<!DOCTYPE html><html prefix="og: http://ogp.me/ns#"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<title>Website nicht gefunden</title>
<link rel="icon" type="img/png" href="https://app.onepage.io/favicon_16x16.png" sizes="16x16">
<link rel="icon" type="img/png" href="https://app.onepage.io/favicon_32x32.png" sizes="32x32">
<link rel="icon" type="img/png" href="https://app.onepage.io/favicon_144x144.png" sizes="144x144">
<style>
.con-kit-site-not-found {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color: white;
color: #222225;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.con-kit-site-not-found__wrapper {
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 500px;
max-width: 100%;
padding: 24px;
margin-top: -40px;
}
.con-kit-site-not-found__wrapper h1 {
font-size: 40px;
font-weight: 600;
line-height: 1.1;
/*font-weight: 700;*/
margin-top: 8px;
margin-bottom: 16px;
}
.con-kit-site-not-found__wrapper p {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
font-size: 18px;
line-height: 1.4;
margin-top: 0;
margin-bottom: 56px;
opacity: 0.7;
}
.con-kit-site-not-found__wrapper img {
border: none;
}
.con-kit-site-not-found__wrapper a.con-kit-button {
background: rgba(0,0,0,0.07);
font-weight: 400;
height: 54px;
color: black;
text-decoration: none;
display: flex;
justify-content: center;
align-items: center;
border-radius: 8px;
padding: 0 32px 2px;
box-sizing: border-box;
transition: background-color 0.3s ease;
}
.con-kit-site-not-found__wrapper a.con-kit-button:hover {
background: rgba(0,0,0,0.1);
}
</style>
</head>
<body style="margin: 0;">
<div class="con-kit-site-not-found">
<div class="con-kit-site-not-found__wrapper">
<h1 style="text-align: center;">Website nicht gefunden</h1>
<p style="text-align: center;">Diese Website wird nicht veröffentlicht oder wurde vom Eigentümer
gelöscht</p>
<a href="/" class="con-kit-button">
Weiter zur Hauptseite
</a>
</div>
</div>
</body></html>