Files
HumidityPi/Laravel/resources/views/welcome.blade.php
2017-09-23 23:45:01 +02:00

13 lines
393 B
PHP

@extends('layouts.master')
@section('title', $pagetitle)
@section('content')
<h1>Infos <small>...</small></h1>
<div class="jumbotron">
<h1>Jumbotron</h1>
<p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
<p><a class="btn btn-primary btn-lg">Learn more</a></p>
</div>
@endsection