- 제출된 URL:
- https://477838285764.platformforge.xyz/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
HTML
페이지의 원시 HTML 본문
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test Webserver Page</title>
<meta http-equiv="refresh" content="10">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap" rel="stylesheet">
<style>
body {
background-color: #333333; /* Darker shade of grey for the background */
color: #f0f0f0; /* Slightly off-white for softer contrast */
font-family: 'Montserrat', sans-serif; /* Trendy, modern font */
margin: 0;
padding: 20px;
transition: background-color 0.5s ease; /* Smooth transition for background color */
}
h1, p {
text-shadow: 1px 1px 2px black; /* Soft shadow to make text pop */
}
h1 {
font-weight: 400; /* Less bold for a more elegant look */
font-size: 2.5rem; /* Larger font size for the header */
}
p {
font-weight: 300; /* Lighter weight for paragraph for readability */
font-size: 1.2rem; /* Slightly larger paragraph text */
line-height: 1.6; /* More space between lines */
}
.container {
max-width: 800px; /* Max width for content */
margin: auto; /* Centering the content */
padding: 20px;
background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent black for content background */
border-radius: 8px; /* Rounded corners for the container */
box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Subtle shadow for 3D effect */
}
</style>
</head>
<body>
<p>hostname-develop branch</p>
<p>WebServer IP Address: ip-10-0-0-39.ec2.internal</p>
</body></html>