2023-08-21 16:06:47 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Home - Hadeed Ahmad</title>
|
2023-08-21 18:05:30 +00:00
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
|
2023-08-21 16:06:47 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-08-22 12:51:03 +00:00
|
|
|
<img src="profile.png" alt="My picture">
|
2023-08-21 16:12:02 +00:00
|
|
|
<p>Welcome to my website!</p>
|
2023-08-21 18:05:30 +00:00
|
|
|
<p>There's not much right now, but soon this will be quite nice :)</p>
|
|
|
|
<p>Check out my projects <a href="http://git.hadeedahmad.xyz">here.</a></p>
|
2023-08-21 16:06:47 +00:00
|
|
|
</body>
|
|
|
|
</html>
|