|
|
@ -1,6 +1,13 @@
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" ng-app="BlurAdmin">
|
|
|
|
<html lang="en" ng-app="BlurAdmin">
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<!-- Google Tag Manager -->
|
|
|
|
|
|
|
|
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
|
|
|
|
|
|
|
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
|
|
|
|
|
|
|
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
|
|
|
|
|
|
|
|
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
|
|
|
|
|
|
|
})(window,document,'script','dataLayer','GTM-KT9L237');</script>
|
|
|
|
|
|
|
|
<!-- End Google Tag Manager -->
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
@ -25,6 +32,10 @@
|
|
|
|
<!-- endbuild -->
|
|
|
|
<!-- endbuild -->
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<!-- Google Tag Manager (noscript) -->
|
|
|
|
|
|
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KT9L237"
|
|
|
|
|
|
|
|
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
|
|
|
|
|
|
<!-- End Google Tag Manager (noscript) -->
|
|
|
|
<div class="body-bg"></div>
|
|
|
|
<div class="body-bg"></div>
|
|
|
|
<main ng-if="$pageFinishedLoading" ng-class="{ 'menu-collapsed': $baSidebarService.isMenuCollapsed() }">
|
|
|
|
<main ng-if="$pageFinishedLoading" ng-class="{ 'menu-collapsed': $baSidebarService.isMenuCollapsed() }">
|
|
|
|
|
|
|
|
|
|
|
|