Implement contact page

+ Created contact page
+ Created input form

TODO: implemement a controller for contact page
This commit is contained in:
2024-02-21 01:46:47 +00:00
parent 26e1d5c17e
commit ee00b37c98
4 changed files with 116 additions and 1 deletions

View File

@@ -34,6 +34,10 @@
<li>
<a class="text-gray-500 transition hover:text-gray-500/75" href="/recipes"> Recipes </a>
</li>
<li>
<a class="text-gray-500 transition hover:text-gray-500/75" href="/contact"> Contact </a>
</li>
</ul>
</nav>
</div>