2023-05-23 00:10:00 +00:00
|
|
|
@extends('template.'.config('settings.template').'.content.master')
|
2023-03-20 10:40:26 +00:00
|
|
|
@section('head')
|
|
|
|
<title>Home Page</title>
|
|
|
|
@stop
|
|
|
|
@section('content')
|
|
|
|
|
|
|
|
<div class="nav-backed-header parallax">
|
|
|
|
<div class="container" style="height: 55px;">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="main" role="main">
|
|
|
|
<div id="content" class="content full">
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<h1>Startliste Läufermeeting Neustadt 2023</h1>
|
|
|
|
|
|
|
|
<embed src="/pdf/startliste2019.pdf" width="800px" height="2100px">
|
|
|
|
<a href="/pdf/startliste2019.pdf" class="btn btn-primary btn-lg center-block">Startliste als PDF Downloaden</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
@stop
|