add tailwindcss
This commit is contained in:
parent
a426df12c0
commit
16e207000f
20 changed files with 2421 additions and 100 deletions
6
templates/navigation.html
Normal file
6
templates/navigation.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<nav class="space-x-4">
|
||||
<a href="/example" class="hover:text-teal-300">Example</a>
|
||||
<a href="/another-example" class="hover:text-teal-300">Another Example</a>
|
||||
<a href="/message" class="hover:text-teal-300">Message</a>
|
||||
<a href="/sitemap" class="hover:text-teal-300">Sitemap</a>
|
||||
</nav>
|
||||
Loading…
Add table
Add a link
Reference in a new issue