1
Fork 0
personal_website/index.html

16 lines
658 B
HTML
Raw Normal View History

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>
<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 :&#41;</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>