aboutsummaryrefslogtreecommitdiff
path: root/resources/views/layouts/minimal.blade.php
blob: 5cef094181a204353c0710cead0991c0aa30d7df (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
    <title>@yield('title')</title>
    <link rel="stylesheet" href="{{ URL::asset ('css/minimal.css') }}"/>
</head>

<body>
@yield('content')
</body>
</html>