mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
6 lines
No EOL
145 B
PHP
6 lines
No EOL
145 B
PHP
@extends('shared._app_layout')
|
|
|
|
@section('app_content')
|
|
<h1>Artist Listing!</h1>
|
|
<p>This page should be what search engines see</p>
|
|
@endsection |