6 lines
253 B
PHP
6 lines
253 B
PHP
<main class="w-screen h-[4dvh] absolute top-0 flex space-x-[1dvw] text-[2dvh] p-[15px]">
|
|
<a href="">></a>
|
|
<a href="{{ route('route0') }}">Home</a>
|
|
<a href="{{ route('route1') }}">About</a>
|
|
<a href="{{ route('route2') }}">Todo</a>
|
|
</main> |