firefly-iii/app/views/index.blade.php

12 lines
245 B
PHP
Raw Normal View History

2014-06-30 03:47:14 -05:00
@extends('layouts.default')
@section('content')
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<h1>Firefly<br/>
<small>What's playing?</small>
</h1>
</div>
</div>
@stop
@section('scripts')
@stop