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

Submitted URL:
https://sumukha.byethost13.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 3 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!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 10</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>Contact Information</h2>
        <p>Email: <a href=""></a></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>