-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (56 loc) · 3.56 KB
/
index.html
File metadata and controls
60 lines (56 loc) · 3.56 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Favicon.svg" />
<link rel="apple-touch-icon" href="/Favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Roboticela Iconify - Comprehensive Icon Management and Integration Platform</title>
<meta name="title" content="Roboticela Iconify - Comprehensive Icon Management and Integration Platform" />
<meta name="description" content="A comprehensive icon management and integration platform designed to help developers and designers discover, customize, and implement icons across various platforms and frameworks." />
<meta name="keywords" content="iconify, icons, icon library, icon management, web icons, mobile icons, desktop icons, React icons, Vue icons, Flutter icons, React Native icons" />
<meta name="author" content="Roboticela" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Roboticela Iconify - Comprehensive Icon Management and Integration Platform" />
<meta property="og:description" content="A comprehensive icon management and integration platform designed to help developers and designers discover, customize, and implement icons across various platforms and frameworks." />
<meta property="og:image" content="https://app.iconify.roboticela.com/Favicon.svg" />
<meta property="og:image:type" content="image/svg+xml" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="Roboticela Iconify Logo" />
<meta property="og:site_name" content="Roboticela Iconify" />
<meta property="og:url" content="https://app.iconify.roboticela.com/" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Roboticela Iconify - Comprehensive Icon Management and Integration Platform" />
<meta property="twitter:description" content="A comprehensive icon management and integration platform designed to help developers and designers discover, customize, and implement icons across various platforms and frameworks." />
<meta property="twitter:image" content="https://app.iconify.roboticela.com/Favicon.svg" />
<meta property="twitter:image:alt" content="Roboticela Iconify Logo" />
<!-- Theme Color -->
<meta name="theme-color" content="#000000" />
<!-- <script>
(function(){
if (typeof window !== 'undefined' && (window.__TAURI_INTERNALS__ !== undefined || window.__TAURI_METADATA__ !== undefined)) return;
var el = [document.documentElement, document.body].filter(Boolean).pop();
if (!el) return;
(function(s){s.dataset.zone='10543942',s.src='https://gizokraijaw.net/vignette.min.js'})(el.appendChild(document.createElement('script')));
/* OnClick (Popunder) - commented out for now
(function(s){s.dataset.zone='10543951',s.src='https://al5sm.com/tag.min.js'})(el.appendChild(document.createElement('script')));
var s3 = document.createElement('script');
s3.src = 'https://3nbf4.com/act/files/tag.min.js?z=10543957';
s3.dataset.cfasync = 'false';
s3.async = true;
el.appendChild(s3);
*/
})();
</script> -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>