{% extends "base.html" %}

{% block content %}
  <h1>
    <h1 class="font-bold">I am Hadeed Ahmad.</h1>
    <img src="profile.png" alt="Profile Picture" width="150" />
    <p>Check out my <a href="https://git.hadeedahmad.com">Forgejo</a>.</p>
  </h1>
{% endblock %}