<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="profile.png" 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>