fa267b68c2
- Great thanks to Jörn Bensch (from triagonale.de) for new base template! - A lot of adaptations in all templates for new design.
10 lines
183 B
HTML
10 lines
183 B
HTML
<div class="header">
|
|
<div class="title">
|
|
<h1>{{ config('projector_welcome_title') }}</h1>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="details">
|
|
{{ config('projector_welcome_text') }}
|
|
</div>
|