6 lines
299 B
HTML
6 lines
299 B
HTML
<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>
|