- スキャンID:
- 110857f0-5acd-482e-8146-be4a51006606終了
- 送信済みURL:
- https://e-hair-salon.com/
- レポート終了日:
リンク · 1件検出
ページから特定された発信リンク
リンク | テキスト |
---|---|
https://github.com | Navštív GitHub |
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.0">
<title>Test GitHub Pages</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f4f4f9;
color: #333;
margin: 0;
padding: 20px;
}
h1 {
color: #0078d4;
}
p {
font-size: 1.2em;
}
a {
color: #0078d4;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Vitaj na GitHub Pages!</h1>
<p>Tento jednoduchý HTML súbor slúži ako test tvojej stránky.</p>
<p>Ak toto vidíš, hosting na GitHube funguje správne!</p>
<p>
<a href="https://github.com" target="_blank">Navštív GitHub</a>
</p>
</body></html>