Pony.fm/app/views/shared/_layout.blade.php
nelsonlaquet 18e41d2af4 Logout
Volume Slider
Track Uploader
Fav list
A bunch of other things
And stuff.
2013-08-30 20:46:35 -05:00

17 lines
No EOL
408 B
PHP

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Pony.fm SPA</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width" />
<base href="/" />
@yield('styles')
</head>
<body ng-app="ponyfm" ng-controller="application">
@yield('content')
@yield('scripts')
</body>
</html>