1
Fork 0
personal_website/index.html
2023-08-21 23:55:50 +05:00

15 lines
694 B
HTML

<html>
<head>
<title>Home - Hadeed Ahmad</title>
<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">
</head>
<body>
<img src="https://avatars.githubusercontent.com/u/5730404" alt="My picture">
<p>Welcome to my website!</p>
<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>
</body>
</html>