- Scan-ID:
- adb5b4b5-56d4-4882-9d22-549f2f03b8b9Beendet
- Eingereichte URL:
- https://sumukha.byethost13.com/
- Bericht beendet:
Links · 0 gefunden
Die von der Seite ausgehenden identifizierten Links
JavaScript-Variablen · 3 gefunden
Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind
Name | Typ |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Konsolenprotokoll-Meldungen · 1 gefunden
In der Web-Konsole protokollierte Meldungen
Typ | Kategorie | Protokoll |
---|---|---|
error | network |
|
HTML
Der HTML-Rohtext der Seite
<!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>