1
Fork 0
personal_website/index.html
Hadeed Ahmad 34ba3f2695
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
update to new domain
2024-11-12 02:41:42 +05:00

13 lines
414 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home - Hadeed Ahmad</title>
</head>
<body>
<h1>I am Hadeed Ahmad, a student at LUMS.</h1>
<img src="profile.png" alt="Profile Picture" width="150" />
<p>Check out my <a href="https://git.hadeedahmad.com">Forgejo</a>.</p>
</body>
</html>