First steps

This commit is contained in:
2026-03-22 19:00:00 +01:00
parent 54f6a1d235
commit 5a5b9f7227
19 changed files with 2583 additions and 2 deletions

1
resources/docs Submodule

Submodule resources/docs added at b4b6a450a5

View File

@@ -0,0 +1 @@
<h1>Guten Tag.</h1>

View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>c3gov - {{ __('app.subtitle') }}</title>
<link rel="stylesheet" href="{{ asset("css/style.css") }}">
</head>
<body>
<span class="header">
<img id="logo" src="{{ asset("Bilder/logo.png") }}" alt="{{ __('app.logo') }}">
</span>
<span class="ticker">
<marquee>Dies ist ein Text. -- Gut, oder?</marquee>
</span>
<span class="navbar"></span>
<span class="content">
@component($page)
@endcomponent
</span>
</body>
</html>