-
-
Notifications
You must be signed in to change notification settings - Fork 231
/
index.html
90 lines (74 loc) · 4.54 KB
/
index.html
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
83
84
85
86
87
88
89
90
<!-- REMOVE DOCTYPE FOR SIGN IN WITH APPLE -->
<!DOCTYPE html>
<html id="body" lang="en" class="coral coral--medium coral--light">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="/favicon.ico">
<!-- Primary Meta Tags -->
<title>Over 5000+ free icons for macOS Monterey, Big Sur & iOS - massive app icon pack</title>
<meta name="title" content="Over 5000+ free app & folder icons for macOS Monterey, Big Sur & iOS - massive app & folder icon pack">
<meta name="description" content="Free 5000+ macOS app & folder icons in the style of macOS Monterey, Big Sur. Fully open source and community led. How to install custom icons on macOS Monterey, Big Sur.">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://macosicons.com/">
<meta property="og:title" content="Over 5000+ free app & folder icons for macOS Monterey, Big Sur & iOS - massive app & folder icon pack">
<meta property="og:description" content="Free 5000+ macOS app & folder icons in the style of macOS Monterey, Big Sur. Fully open source and community led. How to install custom app & folder icons on macOS Monterey, Big Sur.">
<meta property="og:image" content="https://raw.githubusercontent.com/elrumo/macOS_Big_Sur_icons_replacements/master/icons/Social/low-res/Thumbnail_2021.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://macosicons.com/">
<meta property="twitter:title" content="Over 5000+ free app & folder icons for macOS Monterey, Big Sur & iOS - massive app & folder icon pack">
<meta property="twitter:description" content="Free 5000+ macOS app icons in the style of macOS Monterey, Big Sur. Fully open source and community led. How to install custom app & folder icons on macOS Monterey, Big Sur.">
<meta property="twitter:image" content="https://raw.githubusercontent.com/elrumo/macOS_Big_Sur_icons_replacements/master/icons/Social/low-res/Thumbnail_2021.jpg">
<meta name="twitter:creator" content="@elrumo">
<meta name="twitter:site" content="@elrumo">
<meta name="author" content="@elrumo">
<meta
name="theme-color"
content="#F5F5F5"
media="(prefers-color-scheme: light)"
>
<meta
name="theme-color"
content="#1A1A1A"
media="(prefers-color-scheme: dark)"
>
<!-- Carbon ads -->
<script src="https://m.servedby-buysellads.com/monetization.custom.js" type="text/javascript"></script>
<!-- Adobe Coral -->
<link type="text/css" rel="stylesheet" href="https://unpkg.com/@adobe/coral-spectrum@4.5.0/dist/css/coral.min.css">
<!-- <link async type="text/css" rel="stylesheet" href="/coral.min.css"> -->
<script src="https://unpkg.com/@adobe/coral-spectrum@4.5.0/dist/js/coral.min.js" data-coral-icons-external="js"></script>
<!-- <script async src="/coral.min.js" data-coral-icons-external="js"></script> -->
<!-- heatmap -->
<!-- <script async rel="preconnect">
(function(h,e,a,t,m,p) {
m=e.createElement(a);m.async=!0;m.src=t;
p=e.getElementsByTagName(a)[0];p.parentNode.insertBefore(m,p);
})(window,document,'script','https://u.heatmap.it/log.js');
</script> -->
<!-- Clarity -->
<script type="text/javascript">
(function(c,l,a,r,i,t,y){
c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
})(window, document, "clarity", "script", "ksdhfng4ft");
</script>
<!-- Plausible analytics -->
<script defer data-domain="macosicons.com" src="https://plausible.io/js/script.js"></script>
<script async>window.plausible = window.plausible || function() { (window.plausible.q = window.plausible.q || []).push(arguments) }</script>
<!-- Instant.page -->
<!-- <script async src="//instant.page/5.1.0" type="module" integrity="sha384-by67kQnR+pyfy8yWP4kPO12fHKRLHZPfEsiSXR8u2IKcTdxD805MGUXBzVPnkLHw"></script> -->
<script async type="module" src="./src/main.js"></script>
<script async>window.global = window;</script>
</head>
<body>
<noscript>
<strong>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
</body>
</html>