Skip to content

Commit 7283d25

Browse files
Vineeth T RVineeth T R
authored andcommitted
website renamed
1 parent be22567 commit 7283d25

File tree

1 file changed

+21
-16
lines changed

1 file changed

+21
-16
lines changed

index.html

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,42 +10,47 @@
1010
<meta name="msapplication-TileColor" content="#da532c">
1111
<meta name="theme-color" content="#ffffff">
1212
<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>
1414

1515
<!-- Search Engine -->
16-
<meta name="title" content="CSS3 loaders and spinner">
16+
<meta name="title" content="CSS loaders and spinner">
1717
<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+
1821
<!-- Schema.org for Google -->
19-
<meta itemprop="name" content="CSS3 loaders and spinner">
22+
<meta itemprop="name" content="CSS loaders and spinner">
2023
<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">
2225

2326
<!-- 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">
2528
<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">
2932
<meta name="fb:admins" content="https://www.facebook.com/vinithtrv">
3033
<meta name="og:type" content="website">
3134

3235
<!-- Twitter -->
3336
<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">
3538
<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/">
3740
<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">
3942

4043
<link rel="stylesheet" href="css/styles.css">
44+
45+
4146
<!-- 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>
4348
<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());
4752

48-
gtag('config', 'G-68W4ZFLS7E');
53+
gtag('config', 'G-4F1SESL3HZ');
4954
</script>
5055
</head>
5156
<body>

0 commit comments

Comments
 (0)