forked from ItemsAdder/minecraft-rank-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 1.43 KB
/
index.html
File metadata and controls
29 lines (25 loc) · 1.43 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
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Генератор Рангов Minecraft — RankStudio by AMGewka</title>
<!-- ✅ Мета SEO -->
<meta name="description" content="Создавайте идеально пиксельные значки рангов Minecraft с пользовательскими шрифтами и цветами." />
<!-- ✅ Open Graph (Facebook, Discord, WhatsApp...) -->
<meta property="og:title" content="Генератор Рангов Minecraft" />
<meta property="og:description" content="Создавайте пиксельные ранги Minecraft в своём собственном стиле!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://amgewka.github.io/minecraft-rank-generator-RU/" />
<meta property="og:image" content="/cover.png" />
<!-- ✅ Twitter Card -->
<meta name="twitter:title" content="Генератор Рангов Minecraft" />
<meta name="twitter:description" content="Генератор предпросмотра пиксельных рангов для серверов Minecraft." />
<meta name="twitter:card" content="summary_large_image" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>