|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <title>Toppy - A overlay library for Angular</title> |
| 5 | + <title>Toppy - Overlay library for Angular</title> |
6 | 6 | <base href="/" /> |
7 | 7 |
|
8 | 8 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
9 | | - <link rel="icon" type="image/x-icon" href="favicon.ico" /> |
| 9 | + <link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png" /> |
| 10 | + <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png" /> |
| 11 | + <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png" /> |
| 12 | + <link rel="manifest" href="/assets/favicon/site.webmanifest" /> |
| 13 | + <link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#363344" /> |
| 14 | + <link rel="shortcut icon" href="/assets/favicon/favicon.ico" /> |
| 15 | + <meta name="msapplication-TileColor" content="#ffffff" /> |
| 16 | + <meta name="msapplication-config" content="/assets/favicon/browserconfig.xml" /> |
| 17 | + <meta name="theme-color" content="#ffffff" /> |
| 18 | + |
| 19 | + <!-- Primary Meta Tags --> |
| 20 | + <meta name="title" content="Toppy - Overlay library for Angular " /> |
| 21 | + <meta |
| 22 | + name="description" |
| 23 | + content="Create tooltip, modal, sidemenu, dropdowns, popup, context menu, toaster, alerts, datepicker, popovers etc - Easy and Simple API" |
| 24 | + /> |
| 25 | + |
| 26 | + <!-- Open Graph / Facebook --> |
| 27 | + <meta property="og:image:width" content="260" /> |
| 28 | + <meta property="og:image:height" content="260" /> |
| 29 | + <meta |
| 30 | + property="og:description" |
| 31 | + content="Create tooltip, modal, sidemenu, dropdowns, popup, context menu, toaster, alerts, datepicker, popovers etc - Easy and Simple API" |
| 32 | + /> |
| 33 | + <meta property="og:title" content="Toppy - Overlay library for Angular " /> |
| 34 | + <meta property="og:url" content="https://lokesh-coder.github.io/toppy/" /> |
| 35 | + <meta property="og:image" content="https://lokesh-coder.github.io/toppy/assets/favicon/og-image.jpg" /> |
| 36 | + |
| 37 | + <!-- Twitter --> |
| 38 | + <meta property="twitter:card" content="summary_large_image" /> |
| 39 | + <meta property="twitter:url" content="https://lokesh-coder.github.io/toppy/" /> |
| 40 | + <meta property="twitter:title" content="Toppy - Overlay library for Angular " /> |
| 41 | + <meta |
| 42 | + property="twitter:description" |
| 43 | + content="Create tooltip, modal, sidemenu, dropdowns, popup, context menu, toaster, alerts, datepicker, popovers etc - Easy and Simple API" |
| 44 | + /> |
| 45 | + <meta property="twitter:image" content="https://lokesh-coder.github.io/toppy/assets/favicon/og-image.jpg" /> |
| 46 | + |
| 47 | + <meta name="google-site-verification" content="C41n5kK94CMfvDgDR4RRKI47Xuw_3exdx_jdupZ0tlI" /> |
10 | 48 | </head> |
11 | 49 |
|
12 | 50 | <body> |
13 | 51 | <app-root></app-root> |
14 | 52 | <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> |
15 | 53 | <script async defer src="https://buttons.github.io/buttons.js"></script> |
| 54 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 55 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-131727398-1"></script> |
| 56 | + <script> |
| 57 | + window.dataLayer = window.dataLayer || []; |
| 58 | + function gtag() { |
| 59 | + dataLayer.push(arguments); |
| 60 | + } |
| 61 | + gtag('js', new Date()); |
| 62 | + |
| 63 | + gtag('config', 'UA-131727398-1'); |
| 64 | + </script> |
16 | 65 | </body> |
17 | 66 | </html> |
0 commit comments