mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 21:47:59 +01:00
6 lines
No EOL
151 B
PHP
6 lines
No EOL
151 B
PHP
@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 |