mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 00:58:36 +02:00
17 lines
442 B
PHP
17 lines
442 B
PHP
<div class="text-center mb-2">
|
|
<x-filament::button
|
|
icon="tabler-server"
|
|
wire:click="local"
|
|
class="text-center"
|
|
size="xl"
|
|
color="primary"
|
|
>
|
|
Self Host
|
|
</x-filament::button>
|
|
</div>
|
|
|
|
<div class="text-center block">
|
|
<p class="mb-2">Use your own hardware either in your home or somewhere else.</p>
|
|
<img src="/images/local.png" class="w-1/2 mx-auto" alt="pelican cloud" />
|
|
</div>
|