- 扫描 ID:
- adb5b4b5-56d4-4882-9d22-549f2f03b8b9已完成
- 提交的 URL:
- https://sumukha.byethost13.com/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 3 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
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>