-
-
Notifications
You must be signed in to change notification settings - Fork 150
/
Copy pathindex.html
36 lines (36 loc) · 1.15 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
36
<!doctype html>
<!--
* CoreUI 2 for Angular 18 - test bed
* @version v2.18.0
* @link https://coreui.io/angular/
* Copyright (c) 2025 creativeLabs Łukasz Holeczek
-->
<html lang="en">
<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 2 for Angular">
<meta name="author" content="Łukasz Holeczek">
<meta name="keyword" content="Bootstrap,Admin,Template,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-root>
<!-- App Loading... -->
</app-root>
</body>
</html>