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

제출된 URL:
https://cultural-infrastructure-survey.glitch.me/
보고서 완료:

링크 · 0개 결과

JavaScript 변수 · 9개 결과

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
Surveyundefined
surveyJSONundefined
sendDataToServerfunction
surveyundefined

콘솔 로그 메시지 · 1개 결과

유형카테고리로그
errornetwork
URL
https://cultural-infrastructure-survey.glitch.me/favicon.ico
텍스트
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>