https://sumukha.byethost13.com/?i=1

ID de l'analyse :
86eb9ba6-85c5-4872-bddc-89db1cebc17bTerminé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

NomType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messages de journal de console : 1 trouvé(s)

Messages consignés dans la console web

TypeCatégorieEnregistrement
errornetwork
URL
https://sumukha.byethost13.com/favicon.ico
texte
Failed to load resource: the server responded with a status of 404 (Not Found)

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>