-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (41 loc) · 2.58 KB
/
index.html
File metadata and controls
48 lines (41 loc) · 2.58 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
<!DOCTYPE html>
<html lang="en" class="dark">
<head prefix="og: https://ogp.me/ns#">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Basic Meta Tags -->
<title>AdvancedArmorStands - Make Armor Stands Better</title>
<meta name="description" content="Create stunning armor stand animations for Minecraft. Easy-to-use plugin with support for versions 1.8-1.21. Open source and actively maintained." />
<meta name="keywords" content="minecraft, armor stands, plugin, spigot, bukkit, animation, minecraft plugin" />
<meta name="author" content="Parsa3323" />
<!-- Open Graph Meta Tags (Primary for Discord) -->
<meta property="og:title" content="AdvancedArmorStands - Make Armor Stands Better" />
<meta property="og:description" content="Create stunning armor stand animations for Minecraft. Easy-to-use plugin with support for versions 1.8-1.21. Open source and actively maintained." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://advancedarmorstands.ir/" />
<meta property="og:site_name" content="AdvancedArmorStands" />
<!-- Image for Discord embed -->
<meta property="og:image" content="https://advancedarmorstands.ir/icon.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:image:alt" content="AdvancedArmorStands plugin logo - A stylized armor stand icon" />
<meta property="og:image:type" content="image/png" />
<!-- Twitter Card Meta Tags (Fallback) -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="AdvancedArmorStands - Make Armor Stands Better" />
<meta name="twitter:description" content="Create stunning armor stand animations for Minecraft. Easy-to-use plugin with support for versions 1.8-1.21." />
<meta name="twitter:image" content="https://advancedarmorstands.ir/icon.png" />
<meta name="twitter:image:alt" content="AdvancedArmorStands plugin logo" />
<!-- Additional Discord-friendly meta tags -->
<meta property="og:locale" content="en_US" />
<meta name="theme-color" content="#ff5f15" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="/icon.png" />
<link rel="apple-touch-icon" href="/icon.png" />
</head>
<body class="h-full min-h-screen">
<div id="root"></div>
<script src="https://cdn.jsdelivr.net/npm/heroui-chat-script@0/dist/index.min.js"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>