https://cultural-infrastructure-survey.glitch.me/

ID da verificação
76087b5e-1813-4631-bfb5-8ebe622e4842Concluído
URL enviado:
https://cultural-infrastructure-survey.glitch.me/
Relatório concluído:

Ligações · 0 encontradas

As ligações de saída identificadas na página

Variáveis JavaScript · 9 encontradas

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 parte do código dentro do âmbito atual

NomeTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
Surveyundefined
surveyJSONundefined
sendDataToServerfunction
surveyundefined

Mensagens de registo da consola · 1 encontradas

Mensagens registadas na consola web

TipoCategoriaRegisto
errornetwork
URL
https://cultural-infrastructure-survey.glitch.me/favicon.ico
Texto
Failed to load resource: the server responded with a status of 404 ()

HTML

O corpo HTML em bruto da página

<!DOCTYPE html><html lang="en"><head>
    <title>Hello!</title>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    
    <!-- import the webpage's stylesheet -->
    <link rel="stylesheet" href="./style.css">
    
    <script src="https://code.jquery.com/jquery-latest.min.js"></script>

    <script src="https://surveyjs.azureedge.net/1.0.68/survey.jquery.min.js"></script>
    
    <!-- import the webpage's javascript file -->
    <script src="./script.js" defer=""></script>
  </head>  
  <body>
    
    <div id="surveyContainer"></div>

  


</body></html>