1
Fork 0
personal_website/templates/index.html

10 lines
248 B
HTML
Raw Normal View History

2024-11-25 14:39:14 +00:00
{% extends "base.html" %}
{% block content %}
<h1>
<h1>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 %}