forked from AcaMate/AcaMate_Web
6 lines
413 B
Plaintext
6 lines
413 B
Plaintext
<div class="flex justify-end items-center p-4 bg-white shadow">
|
||
<a href="#about" class="mx-2 text-gray-700 hover:text-blue-600">About</a>
|
||
<a href="#join" class="mx-2 text-gray-700 hover:text-blue-600">Join</a>
|
||
<a href="#notice" class="mx-2 text-gray-700 hover:text-blue-600">What’s New</a>
|
||
<a href="#login" class="ml-4 px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700">Login</a>
|
||
</div> |