28 lines
1.4 KiB
PHP
28 lines
1.4 KiB
PHP
{{-- begin::head --}}
|
|
<html lang="en" >
|
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
|
<head>
|
|
<title>{{ app_info('title') }} - {{ $data['subtitle'] }}</title>
|
|
<meta charset="utf-8"/>
|
|
<meta name="handheldfriendly" content="true" />
|
|
<meta name="MobileOptimized" content="width" />
|
|
<meta name="description" content=""/>
|
|
<meta name="keywords" content=""/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta property="og:type" content="article" />
|
|
<meta property="og:title" content=""/>
|
|
<meta property="og:url" content="https://keenthemes.com/metronic"/>
|
|
<meta property="og:site_name" content="Keenthemes | Metronic" />
|
|
<link rel="canonical" href="https://preview.keenthemes.com/metronic8"/>
|
|
<link rel="shortcut icon" href="../../../assets/media/logos/favicon.ico"/>
|
|
|
|
{{-- begin::font --}}
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700"/>
|
|
|
|
{{-- begin::global style --}}
|
|
<link href="{{ frontend('plugins/global/plugins.bundle.css') }}" rel="stylesheet" type="text/css"/>
|
|
<link href="{{ frontend('css/style.bundle.css') }}" rel="stylesheet" type="text/css"/>
|
|
@stack('css')
|
|
</head>
|
|
<body id="kt_body" class="app-blank bgi-size-cover bgi-attachment-fixed bgi-position-center bgi-no-repeat"> |