-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
Copy pathindex.html
35 lines (35 loc) · 1.19 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!--
* CoreUI - Free Angular Admin Template
* @version v2.4.0
* @link https://coreui.io/angular/
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
-->
<!doctype html>
<html>
<head>
<base href="./">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="CoreUI - Free Angular Admin Template">
<meta name="author" content="Łukasz Holeczek">
<meta name="keyword" content="Bootstrap,Admin,Template,Free,Angular,Dashboard,Typescript">
<link rel="shortcut icon" href="assets/favicon.ico">
<title>CoreUI - Free Angular Admin Template</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118965717-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
// Shared ID
gtag('config', 'UA-118965717-3');
// Angular ID
gtag('config', 'UA-118965717-4');
</script>
</head>
<body class="app">
<!-- App Loading... -->
</body>
</html>