- 제출된 URL:
- https://gracious-ride.49-13-127-67.plesk.page/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 2개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
error | network |
|
HTML
페이지의 원시 HTML 본문
<html><head></head><body><main id="warning"><section><p>The domain <b id="sitename">gracious-ride.49-13-127-67.plesk.page</b> is a technical domain only.</p><p>A technical domain is designed for testing the operation and functionality of a website. Such domains are <b>never used for original and live websites</b>, even if they claim to be so. If you are trying to open the website using a link from the Internet or from an email, we recommend that you proceed with caution.</p></section><label class="checkbox"><input class="checkbox__input" type="checkbox" id="dontShowCheck"><span class="checkbox__indicator"></span><span class="checkbox__text">Mark this domain as trusted and do not show this message for 90 days.</span></label><button id="onContinue" class="btn">Continue to website</button></main><style>html {font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial',sans-serif;font-size: 16px;}body {margin: 0;background: hsl(0, 0%, 96%);display: flex;align-items: center;justify-content: center;}#warning {padding: 2rem;line-height: 1.5;border-radius: 6px;border-radius: 6px;box-shadow: 0px 0px 2px hsl(0, 0%, 80%);background: #fff;display: flex;gap: 1rem;align-items: start;flex-direction: column;max-width: 550px;width: 100%;}a {color: hsl(197, 100%, 35%);text-decoration: none;}.btn {margin-top: 5px;cursor: pointer;font-size: 1.1rem;padding: 6px 20px;border: 0;box-shadow: inset 0 -1px 0 hsla(0, 0%, 0%, 0.18);color: hsl(0, 0%, 13%);background-color: hsl(0, 0%, 93%);transition: background-color linear 0.2s, box-shadow linear 0.2s,opacity linear 0.2s;}.btn:hover {background-color: hsl(0, 0%, 87%);}.btn:active {box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.18),0 0 0 4px rgba(0, 149, 255, 0.24);}.btn.danger {background-color: hsl(349, 64%, 49%);color: hsl(0, 0%, 100%);}.btn.danger:hover {background-color: hsl(349, 99%, 35%);}.checkbox {display: inline-flex;gap: 0.4rem;cursor: pointer;align-items: center;line-height: 1;}.checkbox__input {display: none;}.checkbox__indicator {box-sizing: border-box;width: 20px;height: 20px;overflow: hidden;border: 1px solid #b5b5b5;border-radius: 2px;background-color: #fff;margin-top: -1px;}.checkbox__input:checked + .checkbox__indicator {border-color: #28aade;background-color: #28aade;background-image: url('data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%23fff%27 d=%27M13.57 1.18a1 1 0 01.25 1.39l-6.25 9a1 1 0 01-1.54.13L2.28 7.84a1 1 0 111.44-1.4l2.9 3 5.56-8.01a1 1 0 011.39-.25z%27/%3E%3C/svg%3E');background-position: 1px 2px;background-size: 16px 16px;background-repeat: no-repeat;}section p {margin: 0 0 1rem;}section p:last-child {margin: 0;}</style><script defer="">(() => {document.querySelector('#sitename').innerText = window.location.host;const acceptButton = document.querySelector('#onContinue');const dontShowCheckbox = document.querySelector('#dontShowCheck');let dontShowNextTime = false;acceptButton.addEventListener('click', () => {setTechCookie(dontShowNextTime ? 90 : 0);document.location.reload();});dontShowCheckbox.addEventListener('change', () => {dontShowNextTime = !dontShowNextTime;});function setTechCookie(expiresDays = 0) {const cookie = ['plesk_technical_domain=1'];if (expiresDays) {const expiresDate = new Date();expiresDate.setDate(expiresDate.getDate() + expiresDays);cookie.push('expires=' + expiresDate.toUTCString());}cookie.push('path=/');document.cookie = cookie.join('; ');}})();</script></body></html>