<!
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ayush Yadav's Website</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #f5f5f5;
.container {
background-color: white;
padding: 40px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
text-align: center;
.title-section {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
margin-bottom: 20px;
h1 {
color: #333;
margin: 0;
}
.title-img {
max-width: 80px;
height: auto;
border-radius: 50%;
border: 3px solid #ddd;
.welcome-text {
color: #666;
font-size: 18px;
margin-top: 20px;
</style>
</head>
<body>
<div class="container">
<div class="title-section">
<img src="./Ayush Yadav.jpg" alt="Ayush Yadav" class="title-img"
onerror="this.style.display='none'">
<h1>My Name is Ayush Yadav</h1>
</div>
<p class="welcome-text">Welcome to my first website!</p>
</div>
</body>
</html>