|
10 | 10 | <meta name="msapplication-TileColor" content="#da532c">
|
11 | 11 | <meta name="theme-color" content="#ffffff">
|
12 | 12 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
13 |
| - <title>CSS3 Loaders and Spinners</title> |
| 13 | + <title>CSS loaders and Spinners</title> |
14 | 14 |
|
15 | 15 | <!-- Search Engine -->
|
16 |
| - <meta name="title" content="CSS3 loaders and spinner"> |
| 16 | + <meta name="title" content="CSS loaders and spinner"> |
17 | 17 | <meta name="description" content="A usual situation that we all might face while going through websites is to wait for some progress or something to get loaded. A most common solution in such scenarios is to use a loader,spinner to indicate users This is a library having a collection of such loaders,spinners . There is no image dependencies in this. It's is done using pure CSS. Hence it is easily customization too">
|
| 18 | + <meta name="keywords" content="css, loader, spinners , loading , waiting, css loading, cssloaders, css loaders, css3 loaders, css spinners, css3spinners, , css3 spinners, , cssspinners, HTML, CSS3"> |
| 19 | + <meta name="author" content="Vineeth TR"> |
| 20 | + |
18 | 21 | <!-- Schema.org for Google -->
|
19 |
| - <meta itemprop="name" content="CSS3 loaders and spinner"> |
| 22 | + <meta itemprop="name" content="CSS loaders and spinner"> |
20 | 23 | <meta itemprop="description" content="A usual situation that we all might face while going through websites is to wait for some progress or something to get loaded. A most common solution in such scenarios is to use a loader,spinner to indicate users This is a library having a collection of such loaders,spinners . There is no image dependencies in this. It's is done using pure CSS. Hence it is easily customization too">
|
21 |
| - <meta name="image" content="https://css3loaders.github.io/images/Loader-screen.png"> |
| 24 | + <meta name="image" content="https://cssloaders.github.io/images/Loader-screen.png"> |
22 | 25 |
|
23 | 26 | <!-- Open Graph general (Facebook, Pinterest & Google+) -->
|
24 |
| - <meta name="og:title" content="CSS3 loaders and spinners"> |
| 27 | + <meta name="og:title" content="CSS loaders and spinners"> |
25 | 28 | <meta name="og:description" content="A usual situation that we all might face while going through websites is to wait for some progress or something to get loaded. A most common solution in such scenarios is to use a loader, spinner to indicate users This is a library having a collection of such loaders, spinners. There are no image dependencies in this. It's is done using pure CSS. Hence it is easily customization too">
|
26 |
| - <meta name="og:image" content="https://css3loaders.github.io/images/Loader-screen.png"> |
27 |
| - <meta name="og:url" content="https://css3loaders.github.io/"> |
28 |
| - <meta name="og:site_name" content="CSS3 loaders and spinners"> |
| 29 | + <meta name="og:image" content="https://cssloaders.github.io/images/Loader-screen.png"> |
| 30 | + <meta name="og:url" content="https://cssloaders.github.io/"> |
| 31 | + <meta name="og:site_name" content="CSS loaders and spinners"> |
29 | 32 | <meta name="fb:admins" content="https://www.facebook.com/vinithtrv">
|
30 | 33 | <meta name="og:type" content="website">
|
31 | 34 |
|
32 | 35 | <!-- Twitter -->
|
33 | 36 | <meta name="twitter:card" content="summary">
|
34 |
| - <meta name="twitter:title" content="CSS3 loaders and spinners"> |
| 37 | + <meta name="twitter:title" content="CSS loaders and spinners"> |
35 | 38 | <meta name="twitter:description" content="A usual situation that we all might face while going through websites is to wait for some progress or something to get loaded. A most common solution in such scenarios is to use a loader, spinner to indicate users This is a library having a collection of such loaders, spinners. There are no image dependencies in this. It's is done using pure CSS. Hence it is easily customization too">
|
36 |
| - <meta property="twitter:url" content="https://css3loaders.github.io/"> |
| 39 | + <meta property="twitter:url" content="https://cssloaders.github.io/"> |
37 | 40 | <meta name="twitter:creator" content="@vineethtrv">
|
38 |
| - <meta name="twitter:image:src" content="https://css3loaders.github.io/images/Loader-screen.png"> |
| 41 | + <meta name="twitter:image:src" content="https://cssloaders.github.io/images/Loader-screen.png"> |
39 | 42 |
|
40 | 43 | <link rel="stylesheet" href="css/styles.css">
|
| 44 | + |
| 45 | + |
41 | 46 | <!-- Global site tag (gtag.js) - Google Analytics -->
|
42 |
| - <script async src="https://www.googletagmanager.com/gtag/js?id=G-68W4ZFLS7E"></script> |
| 47 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-4F1SESL3HZ"></script> |
43 | 48 | <script>
|
44 |
| - window.dataLayer = window.dataLayer || []; |
45 |
| - function gtag(){dataLayer.push(arguments);} |
46 |
| - gtag('js', new Date()); |
| 49 | + window.dataLayer = window.dataLayer || []; |
| 50 | + function gtag() { dataLayer.push(arguments); } |
| 51 | + gtag('js', new Date()); |
47 | 52 |
|
48 |
| - gtag('config', 'G-68W4ZFLS7E'); |
| 53 | + gtag('config', 'G-4F1SESL3HZ'); |
49 | 54 | </script>
|
50 | 55 | </head>
|
51 | 56 | <body>
|
|
0 commit comments