|
1 |
| -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en">
|
3 |
| -<head> |
4 |
| - <meta charset="UTF-8"> |
5 |
| - <link rel="apple-touch-icon" sizes="180x180" href="images/apple-touch-icon.png"> |
6 |
| - <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"> |
7 |
| - <link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png"> |
8 |
| - <link rel="manifest" href="site.webmanifest"> |
9 |
| - <link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#ffffff"> |
10 |
| - <meta name="msapplication-TileColor" content="#da532c"> |
11 |
| - <meta name="theme-color" content="#ffffff"> |
12 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 3 | + <head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <link rel="icon" type="image/svg+xml" href="/vite.svg" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
13 | 7 | <title>CSS loaders and Spinners</title>
|
14 |
| - |
15 |
| - <!-- Search Engine --> |
16 |
| - <meta name="title" content="CSS loaders and spinner"> |
17 |
| - <meta name="description" content="CSS Loader is a collection of different types of loaders, spinners and their source code. There are 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 |
| - |
21 |
| - <!-- Schema.org for Google --> |
22 |
| - <meta itemprop="name" content="CSS loaders and spinner"> |
23 |
| - <meta itemprop="description" content="CSS Loader is a collection of different types of loaders, spinners and their source code. There are no image dependencies in this. It's is done using pure CSS. Hence it is easily customization too."> |
24 |
| - <meta name="image" content="https://cssloaders.github.io/images/Loader-screen.png"> |
25 |
| - |
26 |
| - <!-- Open Graph general (Facebook, Pinterest & Google+) --> |
27 |
| - <meta name="og:title" content="CSS loaders and spinners"> |
28 |
| - <meta name="og:description" content="CSS Loader is a collection of different types of loaders, spinners and their source code. There are no image dependencies in this. It's is done using pure CSS. Hence it is easily customization too."> |
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"> |
32 |
| - <meta name="fb:admins" content="https://www.facebook.com/vinithtrv"> |
33 |
| - <meta name="og:type" content="website"> |
34 |
| - |
35 |
| - <!-- Twitter --> |
36 |
| - <meta name="twitter:card" content="summary"> |
37 |
| - <meta name="twitter:title" content="CSS loaders and spinners"> |
38 |
| - <meta name="twitter:description" content="CSS Loader is a collection of different types of loaders, spinners and their source code. There are no image dependencies in this. It's is done using pure CSS. Hence it is easily customization too."> |
39 |
| - <meta property="twitter:url" content="https://cssloaders.github.io/"> |
40 |
| - <meta name="twitter:creator" content="@vineethtrv"> |
41 |
| - <meta name="twitter:image:src" content="https://cssloaders.github.io/images/Loader-screen.png"> |
42 |
| - |
43 |
| - <link rel="stylesheet" href="css/styles.css"> |
44 |
| - |
45 |
| - |
46 |
| - <!-- Global site tag (gtag.js) - Google Analytics --> |
47 |
| - <script async src="https://www.googletagmanager.com/gtag/js?id=G-4F1SESL3HZ"></script> |
48 |
| - <script> |
49 |
| - window.dataLayer = window.dataLayer || []; |
50 |
| - function gtag() { dataLayer.push(arguments); } |
51 |
| - gtag('js', new Date()); |
52 |
| - |
53 |
| - gtag('config', 'G-4F1SESL3HZ'); |
54 |
| - </script> |
55 |
| -</head> |
56 |
| -<body> |
57 |
| - <header> |
58 |
| - <span class="brand">L aders</span> |
59 |
| - |
60 |
| - <nav> |
61 |
| - <a class="nav-btn codepen" target="_blank" href="https://codepen.io/vineethtrv/pen/NWxZqMM"></a> |
62 |
| - <a class="nav-btn git" target="_blank" href="https://github.com/vineethtrv/css-loader"></a> |
63 |
| - </nav> |
64 |
| - </header> |
65 |
| - |
66 |
| - <main id="main"></main> |
67 |
| - |
68 |
| - |
69 |
| - <footer> |
70 |
| - <a href="https://vineethtrv.github.io/" target="_blank" > |
71 |
| - <span>👨‍💻</span> |
72 |
| - Vineeth TR |
73 |
| - </a> |
74 |
| - </footer> |
75 |
| - |
76 |
| - |
77 |
| - <div class="overlay"> |
78 |
| - <div class="popup"> |
79 |
| - <button class="btn-close">×</button> |
80 |
| - <div class="showcase"></div> |
81 |
| - <div class="code-content"> |
82 |
| - <div class="code-area"> |
83 |
| - <div class="code-header"> |
84 |
| - HTML |
85 |
| - <button class="copy" data-id="markup">Copy</button> |
86 |
| - </div> |
87 |
| - <code id="markup"></code> |
88 |
| - </div> |
89 |
| - <div class="code-area"> |
90 |
| - <div class="code-header"> |
91 |
| - CSS |
92 |
| - <button class="copy" data-id="css">Copy</button> |
93 |
| - </div> |
94 |
| - <code id='css'></code> |
95 |
| - </div> |
96 |
| - </div> |
97 |
| - </div> |
98 |
| - </div> |
99 |
| - |
100 |
| - <script type="module" src="./js/app.js"></script> |
101 |
| -</body> |
| 8 | + </head> |
| 9 | + <body> |
| 10 | + <div id="root"></div> |
| 11 | + <script type="module" src="/src/main.tsx"></script> |
| 12 | + </body> |
102 | 13 | </html>
|
0 commit comments