- ID da verificação
- 110857f0-5acd-482e-8146-be4a51006606Concluído
- URL enviado:
- https://e-hair-salon.com/
- Relatório concluído:
Links · 1 encontrado(s)
Os links de saída identificados na página
Link | Texto |
---|---|
https://github.com | Navštív GitHub |
Variáveis JavaScript · 3 encontrada(s)
Variáveis JavaScript globais carregadas no objeto janela de uma página são variáveis declaradas fora das funções e acessíveis de qualquer lugar no código dentro do escopo atual
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Mensagens de registro do console · 1 encontrada(s)
Mensagens registradas no console web
Tipo | Categoria | Log |
---|---|---|
error | network |
|
HTML
O corpo HTML bruto da página
<!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>