- ID de l'analyse :
- adb5b4b5-56d4-4882-9d22-549f2f03b8b9Terminée
- URL soumise :
- https://sumukha.byethost13.com/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 3 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
HTML
Le corps HTML de la page en données brutes
<!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>