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

Eingereichte URL:
https://cultural-infrastructure-survey.glitch.me/
Bericht beendet:

JavaScript-Variablen · 9 gefunden

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
Surveyundefined
surveyJSONundefined
sendDataToServerfunction
surveyundefined

Konsolenprotokoll-Meldungen · 1 gefunden

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

HTML

<!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>