v0.8.4b - Made about pages

This commit is contained in:
2020-08-12 13:08:47 +02:00
parent d016ea6c4c
commit 6671cd6aa8
6 changed files with 33 additions and 2 deletions
@@ -0,0 +1,10 @@
@extends("app.layout.base")
@section("title")
Aktiviteter
@endsection
@section("content")
<main>
<h1 class="text-center sde-blue mb-0" style="margin-bottom: 2rem">{{ __('msg.omkring') }}</h1>
</main>
@endsection