1
Fork 0
personal_website/templates/index.html
Hadeed Ahmad 50c8731834
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Try zola
2024-11-25 19:39:14 +05:00

9 lines
248 B
HTML

{% 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 %}