-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (72 loc) · 4.01 KB
/
Copy pathindex.html
File metadata and controls
82 lines (72 loc) · 4.01 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/images/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CSS loaders and Spinners</title>
<!-- Search Engine -->
<meta name="title" content="CSS loaders and spinner">
<meta name="description"
content="CSS Loader is a collection of different types of loaders, spinners and their source code. Pure CSS spinners with no image dependencies. Easily customizable CSS animations for loading states.">
<meta name="keywords"
content="CSS loader, CSS spinner, loading animation, CSS animation, web animation, pure CSS, CSS3 spinner, HTML5 loader, website loading effect">
<meta name="author" content="Vineeth TR">
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1">
<link rel="canonical" href="https://cssloaders.github.io/">
<!-- Schema.org for Google -->
<meta itemprop="name" content="CSS loaders and spinner">
<meta itemprop="description"
content="CSS Loader is a collection of different types of loaders, spinners and their source code. Pure CSS spinners with no image dependencies. Easily customizable CSS animations for loading states.">
<meta name="image" content="https://cssloaders.github.io/images/Loader-screen.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="CSS loaders and spinners">
<meta name="og:description"
content="CSS Loader is a collection of different types of loaders, spinners and their source code. Pure CSS spinners with no image dependencies. Easily customizable CSS animations for loading states.">
<meta name="og:image" content="https://cssloaders.github.io/images/Loader-screen.png">
<meta name="og:image:width" content="1200">
<meta name="og:image:height" content="630">
<meta name="og:url" content="https://cssloaders.github.io/">
<meta name="og:site_name" content="CSS loaders and spinners">
<meta name="og:type" content="website">
<meta name="og:locale" content="en_US">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="CSS loaders and spinners">
<meta name="twitter:description"
content="CSS Loader is a collection of different types of loaders, spinners and their source code. Pure CSS spinners with no image dependencies. Easily customizable CSS animations for loading states.">
<meta property="twitter:url" content="https://cssloaders.github.io/">
<meta name="twitter:creator" content="@vineethtrv">
<meta name="twitter:image" content="https://cssloaders.github.io/images/Loader-screen.png">
<link rel="preconnect" href="https://www.googletagmanager.com">
<link rel="dns-prefetch" href="https://www.google-analytics.com">
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "CSS loaders and spinners",
"url": "https://cssloaders.github.io/",
"description": "CSS Loader is a collection of different types of loaders, spinners and their source code. Pure CSS spinners with no image dependencies.",
"creator": {
"@type": "Person",
"name": "Vineeth TR"
},
"image": "https://cssloaders.github.io/images/Loader-screen.png"
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4F1SESL3HZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-4F1SESL3HZ');
</script>
<script type="module" crossorigin src="/assets/index-BIpWfDse.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BJwXr6kj.css">
</head>
<body>
<div id="root"></div>
</body>
</html>