Move all files to taking-flight-with-tailwind-css/demo/phpnw/

This commit is contained in:
Oliver Davies 2025-10-02 23:45:34 +01:00
parent d754089b17
commit d8ae557445
17 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<nav>
{% for link in links %}
<a href="{{ link.href }}">
{{ link.title }}
</a>
{% endfor %}
</nav>