<!
DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Digvijay - Gallery</title>
<link rel="stylesheet" href="[Link]">
</head>
<body>
<h1>Gallery</h1>
<p>Here are some special moments from my football games, school events, and fun
times with friends.</p>
<p>These pictures remind me how hard work and smiles make life bright.
Every match teaches me teamwork, and every celebration keeps me motivated.</p>
<div class="photos">
<img src="[Link]" alt="Football Practice">
<img src="[Link]" alt="Winning Goal">
<img src="[Link]" alt="Sports Event">
<img src="[Link]" alt="Friends Group">
</div>
<p>Football is more than a game for me; it’s a way to stay healthy, happy, and
close to amazing people.
I look forward to collecting many more memories on and off the field.</p>
<a href="[Link]" class="back">Back Home</a>
</body>
</html>