-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (66 loc) · 2.66 KB
/
index.html
File metadata and controls
67 lines (66 loc) · 2.66 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Meteor Addon List" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="preconnect" href="https://raw.githubusercontent.com" />
<link rel="canonical" href="https://meteoraddons.com/" />
<meta
name="description"
content="A list of Meteor Client Addons automatically scraped from GitHub. Designed to make discovering and downloading Meteor addons as seamless as possible."
/>
<meta property="og:title" content="Meteor Addon List" />
<meta property="og:site_name" content="Meteor Addon List" />
<meta property="og:author" content="cqb13, Maksim Straus" />
<meta name="author" content="cqb13, Maksim Straus" />
<meta
property="og:description"
content="A list of Meteor Client Addons automatically scraped from GitHub. Designed to make discovering and downloading Meteor addons as seamless as possible."
/>
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Meteor Addon List" />
<meta
name="twitter:description"
content="A list of Meteor Client Addons automatically scraped from GitHub. Designed to make discovering and downloading Meteor addons as seamless as possible."
/>
<meta
property="og:image"
content="https://meteoraddons.com/favicon-96x96.png"
/>
<meta property="og:image:width" content="200" />
<meta property="og:image:height" content="200" />
<meta property="og:image:alt" content="icon" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="meteor addon list,meteor client addons,meteor addons,meteor client,meteor client plugins,minecraft mod list"
/>
<title>Meteor Addon List</title>
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-2SKRSBEYHS"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-2SKRSBEYHS");
</script>
<body>
<div
id="app"
class="bg-slate-900 text-purple-300 min-h-screen flex flex-col"
></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>