-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
66 lines (59 loc) · 3.02 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Toppy - Overlay library for Angular</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png" />
<link rel="manifest" href="/assets/favicon/site.webmanifest" />
<link rel="mask-icon" href="/assets/favicon/safari-pinned-tab.svg" color="#363344" />
<link rel="shortcut icon" href="/assets/favicon/favicon.ico" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-config" content="/assets/favicon/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
<!-- Primary Meta Tags -->
<meta name="title" content="Toppy - Overlay library for Angular " />
<meta
name="description"
content="Create tooltip, modal, sidemenu, dropdowns, popup, context menu, toaster, alerts, datepicker, popovers etc - Easy and Simple API"
/>
<!-- Open Graph / Facebook -->
<meta property="og:image:width" content="260" />
<meta property="og:image:height" content="260" />
<meta
property="og:description"
content="Create tooltip, modal, sidemenu, dropdowns, popup, context menu, toaster, alerts, datepicker, popovers etc - Easy and Simple API"
/>
<meta property="og:title" content="Toppy - Overlay library for Angular " />
<meta property="og:url" content="https://lokesh-coder.github.io/toppy/" />
<meta property="og:image" content="https://lokesh-coder.github.io/toppy/assets/favicon/og-image.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://lokesh-coder.github.io/toppy/" />
<meta property="twitter:title" content="Toppy - Overlay library for Angular " />
<meta
property="twitter:description"
content="Create tooltip, modal, sidemenu, dropdowns, popup, context menu, toaster, alerts, datepicker, popovers etc - Easy and Simple API"
/>
<meta property="twitter:image" content="https://lokesh-coder.github.io/toppy/assets/favicon/og-image.jpg" />
<meta name="google-site-verification" content="C41n5kK94CMfvDgDR4RRKI47Xuw_3exdx_jdupZ0tlI" />
</head>
<body>
<app-root></app-root>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131727398-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-131727398-1');
</script>
</body>
</html>