1
Fork 0
personal_website/templates/base.html
Hadeed Ahmad 5de62c339b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Try zola
2024-11-25 19:40:34 +05:00

11 lines
263 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home - Hadeed Ahmad</title>
</head>
<body>
{% block content %} {% endblock %}
</body>
</html>