6 lines
257 B
Plaintext
6 lines
257 B
Plaintext
<div class="flex flex-col items-center justify-center gap-y-8 w-100 h-full">
|
|
<h1 class="text-4xl flex-shrink-0 mt-8">Alias list</h1>
|
|
<div id="aliasListContainer" class="overflow-y-auto flex flex-col w-full flex-1 min-h-0">
|
|
|
|
</div>
|
|
</div> |