ngx-admin/src/index.html

35 lines
1 KiB
HTML
Raw Normal View History

2016-04-20 16:32:12 +03:00
<!DOCTYPE html>
2016-04-29 17:23:33 +03:00
<html lang="en">
2016-04-20 16:32:12 +03:00
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
2016-04-20 16:32:12 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ng2-admin</title>
2018-10-25 14:11:02 +03:00
<!-- 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 -->
2016-04-20 16:32:12 +03:00
</head>
2016-05-17 14:13:56 +03:00
<body>
2018-10-25 14:11:02 +03:00
<!-- 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) -->
<app>
</app>
2016-04-20 16:32:12 +03:00
<div id="preloader">
<div></div>
</div>
2016-04-20 16:32:12 +03:00
</body>
2016-04-20 16:32:12 +03:00
</html>