Fixed errors loading fonts and images
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
/** @var vendor\getkirby\cms\src\Cms\App $kirby */
|
||||||
|
/** @var vendor\getkirby\cms\src\Cms\Page\Cms\Site $site */
|
||||||
|
/** @var vendor\getkirby\cms\src\Cms\Page $page */
|
||||||
|
?>
|
||||||
<section class="relative w-full">
|
<section class="relative w-full">
|
||||||
<!-- Hintergrundbild mit zweischichtigem Overlay -->
|
<!-- Hintergrundbild mit zweischichtigem Overlay -->
|
||||||
<div class="absolute inset-0 z-0">
|
<div class="absolute inset-0 z-0">
|
||||||
@@ -23,7 +28,7 @@
|
|||||||
<div class="flex flex-col justify-center h-full pt-16">
|
<div class="flex flex-col justify-center h-full pt-16">
|
||||||
<h1>Nette Leute spielen Schach!</h1>
|
<h1>Nette Leute spielen Schach!</h1>
|
||||||
<h2>Seien Sie nett! Spielen Sie mit?</h2>
|
<h2>Seien Sie nett! Spielen Sie mit?</h2>
|
||||||
<p>Wir sind immer auf der Suche nach neuen Mitgliedern. Bitte kontaktieren Sie unseren Vorstand für weitere Informationen.</p>
|
<p>Wir sind immer auf der Suche nach neuen Mitgliedern. Bitte kontaktieren Sie unseren Vorstand für weitere Informationen. Gerne über unser Kontaktformular.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if ($page->heroButton()->isNotEmpty()): ?>
|
<?php if ($page->heroButton()->isNotEmpty()): ?>
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
<?php
|
||||||
|
/** @var vendor\getkirby\cms\src\Cms\App $kirby */
|
||||||
|
/** @var vendor\getkirby\cms\src\Cms\Page\Cms\Site $site */
|
||||||
|
/** @var vendor\getkirby\cms\src\Cms\Page $page */
|
||||||
|
?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="de">
|
<html lang="de">
|
||||||
|
|
||||||
@@ -22,6 +28,9 @@
|
|||||||
href="<?= url('assets/favicon.ico') ?>">
|
href="<?= url('assets/favicon.ico') ?>">
|
||||||
|
|
||||||
<script defer src="https://cdn.commented.io/latest.js"></script>
|
<script defer src="https://cdn.commented.io/latest.js"></script>
|
||||||
|
<script>
|
||||||
|
SetImagePath("/assets/pgnviewer/images");
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="font-sans antialiased bg-sf_grau-400 text-gray-900">
|
<body class="font-sans antialiased bg-sf_grau-400 text-gray-900">
|
||||||
|
|||||||
Reference in New Issue
Block a user