- 제출된 URL:
- https://sumukha.byethost13.com/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 3개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | 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">
<title>Sumukha H A - Personal Webpage</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #35424a;
color: #ffffff;
text-align: center;
padding: 1rem;
}
.container {
max-width: 800px;
margin: 2rem auto;
padding: 1rem;
background-color: #ffffff;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
</style>
</head>
<body>
<header>
<h1>Sumukha H A</h1>
<p>Student of Class 11</p>
</header>
<div class="container">
<h2>About Me</h2>
<p>Hello! I'm Sumukha, a student currently in Class 11. I am passionate about learning and exploring new things.</p>
<h2>Hobbies and Interests</h2>
<ul>
<li>Reading</li>
<li>Playing musical instruments</li>
<li>Programming and coding</li>
</ul>
<h2>Projects</h2>
<p>I'm currently working on various coding projects to improve my skills and contribute to the tech community.</p>
</div>
</body></html>