mirror of
https://github.com/axeloz/filesharing.git
synced 2025-05-06 10:03:55 +02:00
10 lines
328 B
PHP
10 lines
328 B
PHP
<header class="relative bg-gradient-to-r from-primary-light to-primary px-2 py-4 text-center">
|
|
<h1 class="relative font-title font-medium font-body text-4xl text-center text-white uppercase">
|
|
<div class="grow text-center">
|
|
<a href="{{ route('homepage') }}">
|
|
{{ config('app.name') }}
|
|
</a>
|
|
</div>
|
|
</h1>
|
|
|
|
</header>
|