<link href="/assets/7fb759e5/css/bootstrap.css" rel="stylesheet">
<link href="/css/site.css" rel="stylesheet"></head>
class AppAsset extends AssetBundle
{
public $basePath = '@webroot';
public $baseUrl = '@web';
public $css = [
'css/site.css',
// 'css/style.css'
];
public $js = [
// 'js/scripts.js'
Z];
public $jsOptions = [
'position' => \yii\web\View::POS_END
];
public $depends = [
'yii\web\YiiAsset',
'yii\bootstrap\BootstrapPluginAsset',
];
}