Pony.fm/app/views/home/index.blade.php

6 lines
151 B
PHP
Raw Normal View History

2013-07-25 23:33:04 +02:00
@extends('shared._app_layout')
@section('app_content')
<h1>Look, it's a website!</h1>
<p>This page should be what search engines see</p>
@endsection