mirror of
https://gitlab1.ptb.de/waltem01/Matrix
synced 2024-11-14 08:53:49 +00:00
better nav-page design for consistancy
This commit is contained in:
parent
cfe1e5c0cc
commit
f079816b46
@ -1,10 +1,21 @@
|
||||
<h1 class="font-bold text-2xl">Did you mean:</h1>
|
||||
<h2 class="font-bold text-xl">
|
||||
<a class="underline text-blue-600" href="/admin">Control Panel</a>
|
||||
</h2>
|
||||
<h2 class="font-bold text-xl">
|
||||
<a class="underline text-blue-600" href="/image">Image Upload</a>
|
||||
</h2>
|
||||
<h2 class="font-bold text-xl">
|
||||
<a class="underline text-blue-600" href="/clock">Clock Display</a>
|
||||
</h2>
|
||||
<h1 class="text-4xl font-bold m-5 text-center">Did you mean?</h1>
|
||||
<div class="grid grid-rows-5 m-1 text-center">
|
||||
<h2 class="grid grid-cols-1 font-bold text-xl">
|
||||
<a
|
||||
class="border-2 border-black border-b-0 underline text-blue-600 hover:bg-gray-200 cursor-pointer"
|
||||
href="/admin">Control Panel</a
|
||||
>
|
||||
</h2>
|
||||
<h2 class="grid grid-cols-1 font-bold text-xl">
|
||||
<a
|
||||
class="border-2 border-black border-b-0 underline text-blue-600 hover:bg-gray-200 cursor-pointer"
|
||||
href="/image">Image Upload</a
|
||||
>
|
||||
</h2>
|
||||
<h2 class="grid grid-cols-1 font-bold text-xl">
|
||||
<a
|
||||
class="border-2 border-black underline text-blue-600 hover:bg-gray-200 cursor-pointer"
|
||||
href="/clock">Clock Display</a
|
||||
>
|
||||
</h2>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user