https://jsitor.com/-sC3K7lu6I

제출된 URL:
https://jsitor.com/-sC3K7lu6I
보고서 완료:

링크 · 0개 결과

페이지에서 식별된 외부 링크

JavaScript 변수 · 3개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

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

웹 콘솔에 기록된 메시지

유형카테고리로그
errornetwork
URL
https://jsitor.com/-sC3K7lu6I
텍스트
Failed to load resource: the server responded with a status of 404 ()
errornetwork
URL
https://jsitor.com/favicon.ico
텍스트
Failed to load resource: the server responded with a status of 404 ()

HTML

페이지의 원시 HTML 본문

<html><head></head><body><div class="container">
  <div class="copy-container center-xy">
    <p>
      404, page not found.
    </p>
  </div>
</div>

<style>
  @import url("https://fonts.googleapis.com/css?family=Roboto+Mono");

  .center-xy {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  html,
  body {
    font-family: "Roboto Mono", monospace;
    font-size: 16px;
  }

  html {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  body {
    background-color: #000;
  }

  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }

  .container {
    width: 100%;
  }

  .copy-container {
    text-align: center;
  }

  p {
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.2px;
    margin: 0;
  }

  .handle {
    background: #ffe500;
    width: 14px;
    height: 30px;
    top: 0;
    left: 0;
    margin-top: 1px;
    position: absolute;
  }

  #cb-replay {
    fill: #666;
    width: 20px;
    margin: 15px;
    right: 0;
    bottom: 0;
    position: absolute;
    overflow: inherit;
    cursor: pointer;
  }

  #cb-replay:hover {
    fill: #888;
  }
</style></body></html>