mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-13 06:56:48 +00:00
Setting up + routing the page
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<div>
|
||||
<h1 class="text-white text-xl">Test</h1>
|
||||
</div>
|
||||
|
||||
<div class="h-screen w-full">
|
||||
|
||||
<livewire:frontend.header :country="\App\Models\Country::query()->where('code', 'de')->first()"/>
|
||||
|
||||
<div class="px-2 sm:px-24">
|
||||
<!-- Hier coden/arbeiten -->
|
||||
<div class="flex space-x-2 justify-between">
|
||||
<h1 class="text-white text-xl">Test</h1>
|
||||
<h1 class="text-white text-xl">Test</h1>
|
||||
<h1 class="text-white text-xl">Test</h1>
|
||||
<h1 class="text-white text-xl">Test</h1>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<livewire:frontend.footer/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user