1
Fork 0

Add university

This commit is contained in:
Hadeed 2024-10-07 13:41:53 +05:00
parent 5793447e60
commit cd3816bc74

View file

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