|
3 | 3 |
|
4 | 4 | <head>
|
5 | 5 | <meta charset="utf-8">
|
6 |
| - <title>Angular Components | technikhil314</title> |
7 |
| - <meta name="description" content="This is collection of angular components designed and developed by Nikhil Mehta" /> |
8 | 6 | <base href="/">
|
9 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
10 |
| - <link rel="icon" type="image/x-icon" href="favicon.ico"> |
| 7 | + <title>Angular Date time range picker | technikhil314</title> |
| 8 | + <meta charset="UTF-8"> |
| 9 | + <meta name="viewport" content="width=device-width,initial-scale=1"> |
| 10 | + <meta name="apple-mobile-web-app-capable" content="yes"> |
| 11 | + <meta name="apple-mobile-web-app-status-bar-style" content="#FFFFFF"> |
| 12 | + <meta name="theme-color" content="#FFFFFF"> |
| 13 | + <meta name="description" |
| 14 | + content="Highly configurable, opinionated, themable, light weight (12kb) date and time range picker for angular"> |
| 15 | + <meta property="og:description" |
| 16 | + content="Highly configurable, opinionated, themable, light weight (12kb) date and time range picker for angular"> |
| 17 | + <meta property="og:title" content="Angular Date time range picker | technikhil314"> |
| 18 | + <meta property="og:image" content="/brand.png"> |
| 19 | + <meta property="twitter:image" content="/brand.png"> |
| 20 | + <meta name="twitter:image:alt" content="Angular Date time range picker | technikhil314"> |
| 21 | + <meta name="twitter:card" content="summary_large_image"> |
| 22 | + <link rel="apple-touch-icon" href="/assets/180x180.png"> |
| 23 | + <link rel="mask-icon" href="/assets/180x180.png"> |
| 24 | + <link rel="shortcut icon" href="/assets/192x192.png"> |
| 25 | + <link rel="icon" type="image/x-icon" href="assets/192x192.png"> |
11 | 26 | <link rel=" stylesheet" href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
|
12 | 27 | integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
|
13 | 28 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-125781207-1"></script>
|
14 | 29 | <script>
|
15 | 30 | window.dataLayer = window.dataLayer || [];
|
16 |
| - |
17 | 31 | function gtag() {
|
18 | 32 | dataLayer.push(arguments);
|
19 | 33 | }
|
20 | 34 | gtag('js', new Date());
|
21 |
| - |
22 | 35 | gtag('config', 'UA-125781207-1');
|
23 | 36 | </script>
|
24 | 37 | </head>
|
|
0 commit comments