15 lines
694 B
HTML
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 :)</p>
|
|
<p>Check out my projects <a href="http://git.hadeedahmad.xyz">here.</a></p>
|
|
</body>
|
|
</html>
|