- 제출된 URL:
- https://cloudphoto.ro/hTm9nBa4Pd77OJ8리디렉션됨
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 7개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
uidEvent | number |
bootstrap | object |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>CloudPhoto — Page Not Found</title>
<link rel="shortcut icon" href="https://cloudphoto.ro/images/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700&display=swap">
<link rel="stylesheet" href="https://cloudphoto.ro/assets/vendor/libs/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="https://cloudphoto.ro/assets/vendor/libs/fontawesome/fontawesome.min.css">
<link rel="stylesheet" href="https://cloudphoto.ro/assets/css/extra/colors.css">
<style>
body {
font-family: 'Poppins', 'Almarai', sans-serif;
}
.vr__errors {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 90vh;
padding: 3rem;
}
.vr__errors .vr__sing__error {
text-align: center;
}
.vr__errors .vr__sing__error .vr__error__code {
margin: 0;
font-weight: 600;
font-size: 10rem;
}
.vr__errors .vr__sing__error .line {
width: 150px;
margin: 1rem auto;
height: 3px;
background: var(--primaryColor);
}
.vr__errors .vr__sing__error .vr__error__title {
color: #585858;
margin: 1rem 0;
}
@media (max-width:575.98px) {
.vr__errors .vr__sing__error .vr__error__code {
font-size: 5rem;
}
.vr__errors .vr__sing__error .line {
width: 100px;
}
}
</style></head>
<body>
<div class="vr__errors">
<div class="vr__sing__error">
<h1 class="vr__error__code">404</h1>
<div class="line"></div>
<h1 class="vr__error__title">Page Not Found</h1>
<div class="row">
<div class="col-lg-7 m-auto">
<p>You can’t always get what you want. It’s true in life, and it’s true on the web — sometimes, what you’re looking for just isn’t there.
</p>
</div>
</div>
<a href="https://cloudphoto.ro" class="btn btn-dark"><i class="fa fa-home me-1"></i>Back to home</a>
</div>
</div>
<script src="https://cloudphoto.ro/assets/vendor/libs/jquery/jquery.min.js"></script>
<script src="https://cloudphoto.ro/assets/vendor/libs/bootstrap/bootstrap.bundle.min.js"></script>
</body></html>