1
Fork 0
personal_website/index.html

24 lines
821 B
HTML
Raw Normal View History

2023-08-21 16:06:47 +00:00
<html>
2023-09-24 22:20:13 +00:00
<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>
<div id="header">
<img src="profile.png" alt="My picture">
<p>Welcome to my website! There's not much right now, but soon this
will be quite nice :&#41;</p>
</div>
<p>
Projects I'm most proud of:
<ul>
<li><a href="https://git.hadeedahmad.xyz/hadeed/kilo">kilo</a> - A text editor.</li>
</ul>
You can find rest of what I'm up to <a href="https://git.hadeedahmad.xyz/">here</a>.
</p>
</body>
2023-08-21 16:06:47 +00:00
</html>