Initial commit

This commit is contained in:
KirbyCMS Deploy
2026-04-15 11:50:31 +00:00
commit 0a8c107828
1114 changed files with 203788 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<?php
/** @var Kirby\Cms\Site $site */ ?>
<footer></footer>

View File

@@ -0,0 +1,5 @@
<?php
/** @var Kirby\Cms\Site $site */ ?>
<header></header>

View File

@@ -0,0 +1,7 @@
<?php
/** @var Kirby\Cms\Site $site */ ?>
<a class="text-white bg-black border-white outline-none sr-only focus-visible:fixed focus-visible:top-4 focus-visible:left-4 focus-visible:py-2.5 focus-visible:px-4 focus-visible:not-sr-only" href="#main">
<?= t('aria.skipNavigation') ?>
</a>