mirror of
https://github.com/pelican-dev/panel.git
synced 2025-09-09 00:58:36 +02:00
17 lines
449 B
PHP
17 lines
449 B
PHP
<div class="text-center mb-2">
|
|
<x-filament::button
|
|
icon="tabler-cloud"
|
|
wire:click="cloud"
|
|
class="text-center"
|
|
size="xl"
|
|
color="info"
|
|
>
|
|
Pelican Cloud
|
|
</x-filament::button>
|
|
</div>
|
|
|
|
<div class="text-center block">
|
|
<p class="mb-2">Very easily and quickly set up a powerful game server on our cloud!</p>
|
|
<img src="/images/cloud.png" class="w-1/2 mx-auto" alt="pelican cloud" />
|
|
</div>
|