33 lines
1.2 KiB
PHP
33 lines
1.2 KiB
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>LEDSTAR: @yield('title')</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="content-language" content="ru">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="Официальный сайт группы Ledstar"/>
|
|
<meta name='yandex-verification' content='652a76a623c64145'/>
|
|
<meta content="Ledstar Band Official Website" property="og:site_name"/>
|
|
<meta content="website" property="og:type"/>
|
|
<meta content="http://ledstarband.ru" property="og:url"/>
|
|
<meta name="Keywords" content="Ledstar, RONNIE JAMES DIO tribute"/>
|
|
<meta name="robots" content="index,follow"/>
|
|
|
|
@foreach($css_files as $css)
|
|
<link rel="stylesheet" href="css/{{ $css }}">
|
|
@endforeach
|
|
|
|
</head>
|
|
<body id="body">
|
|
<div class="container transp">
|
|
<div class="row">@include('include.menu')</div>
|
|
<div class="row">@yield('content')</div>
|
|
<div class=row>@include('include.footer')</div>content
|
|
</div>
|
|
@foreach($js_files as $js)
|
|
<script type="text/javascript" src="js/{{ $js }}"></script>
|
|
@endforeach
|
|
</body>
|
|
</html>
|