- 제출된 URL:
- https://capricious-florentine-basilisk.glitch.me/
- 보고서 완료:
링크 · 1개 결과
페이지에서 식별된 외부 링크
링크 | 텍스트 |
---|---|
https://help.glitch.com/hc/en-us/articles/16287541477133 | learn more |
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 2개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
error | network |
|
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>Oops! This project isn't running.</title>
<meta name="viewport" content="initial-scale=1, width=device-width">
<link rel="stylesheet" type="text/css" href="https://cloud.webtype.com/css/3a8e55c6-b1f3-4659-99eb-125ae72bd084.css">
<style>
* {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
font-family: "Benton Sans", Helvetica, Sans-serif;
font-size: 16px;
line-height: 160%;
width: 100%;
height: 100%;
}
.container {
width: 100%;
height: 100%;
display: flex;
padding: 100px;
}
.info {
max-width: 370px;
z-index: 1;
position: relative;
}
h1 {
margin: 0;
font-size: 40px;
line-height: 130%;
font-weight: bold;
}
a {
color: #000;
}
.decorative-image {
position: absolute;
right: 80px;
bottom: 80px;
width: 50vw;
max-width: 1000px;
}
@media(max-width: 620px) {
.container {
padding: 40px;
}
.decorative-image {
right: 20px;
bottom: 20px;
width: 80vw;
}
}
</style>
</head>
<body>
<div class="container">
<div class="info">
<h1>Oops! This project isn't running.</h1>
<p>
If this is your project, check out the <a href="//glitch.com/edit/#!/capricious-florentine-basilisk">Glitch Editor</a>,
or head over to the Help Center to <a href="https://help.glitch.com/hc/en-us/articles/16287541477133">learn more</a>.
</p>
</div>
<img src="https://cdn.glitch.com/d7f4f279-e13b-4330-8422-00b2d9211424%2FGlitch-Error-Rainbow-Mug-hires.png?v=1595481653593" class="decorative-image">
</div>
</body></html>