1
Fork 0
personal_website/index.html

14 lines
369 B
HTML
Raw Normal View History

2024-04-25 15:30:42 +00:00
<!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.</h1>
<img src="profile.png" alt="Profile Picture" width="150">
<p>Check out my <a href="https://git.hadeedahmad.xyz">Forgejo</a>.</p>
</body>
2023-08-21 16:06:47 +00:00
</html>