30 lines
		
	
	
		
			680 B
		
	
	
	
		
			PHP
		
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			680 B
		
	
	
	
		
			PHP
		
	
	
@layout('content.master')
 | 
						|
@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
 |