7 lines
217 B
HTML
7 lines
217 B
HTML
{% extends "website/base.html" %} {% block content %}
|
|
<span class="m-8"></span>
|
|
<div class="flex flex-col w-full gap-4 m-4">
|
|
<h1 class="text-5xl font-bold text-center">My projects</h1>
|
|
</div>
|
|
{% endblock content %}
|