-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (57 loc) · 3.07 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
<!doctype html>
<html lang="en">
<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" />
<title>WoW Mythic+ Team Randomiser - Team Selection for Your Guild</title>
<meta
name="description"
content="Struggling to fairly distribute players when there are too many online for a single Mythic+ group? Our WoW Mythic+ Team Randomiser is the perfect solution for World of Warcraft guilds. Easily create balanced and fair teams, ensuring everyone gets a chance to participate. Enhance your guild's harmony and efficiency with our user-friendly tool."
/>
<meta
name="keywords"
content="world of warcraft,wow,mythic plus,mythic+,team randomiser,guild,wow guilds,random team generator,wow tools,wow addons,mythic+ teams,wow group creator,wow team builder,mmorpg,online gaming,gaming tools,wow companion,wow team management"
/>
<meta
property="og:title"
content="WoW Mythic+ Team Randomiser - Team Selection for Your Guild"
/>
<meta
property="og:description"
content="Struggling to fairly distribute players when there are too many online for a single Mythic+ group? Our WoW Mythic+ Team Randomiser is the perfect solution for World of Warcraft guilds. Easily create balanced and fair teams, ensuring everyone gets a chance to participate. Enhance your guild's harmony and efficiency with our user-friendly tool."
/>
<meta property="og:locale" content="en_gb" />
<meta
property="og:image"
content="https://mythic-plus-team-randomiser.pages.dev/open-graph.jpg"
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Mythic+ Team Randomiser" />
<meta property="og:locale" content="en_GB" />
<meta property="og:url" content="https://mythic-plus-team-randomiser.pages.dev" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:domain" content="mythic-plus-team-randomiser.pages.dev" />
<meta name="twitter:url" content="https://mythic-plus-team-randomiser.pages.dev" />
<meta name="twitter:title" content="Mythic+ Team Randomiser" />
<meta
name="twitter:description"
content="Struggling to fairly distribute players when there are too many online for a single Mythic+ group? Our WoW Mythic+ Team Randomiser is the perfect solution for World of Warcraft guilds. Easily create balanced and fair teams, ensuring everyone gets a chance to participate. Enhance your guild's harmony and efficiency with our user-friendly tool."
/>
<meta
name="twitter:image"
content="https://mythic-plus-team-randomiser.pages.dev/open-graph.jpg"
/>
<meta property="robots" content="index,follow" />
<link rel="icon" type="image/png" href="/favicon.png" />
<script
defer
data-domain="mythic-plus-team-randomiser.pages.dev"
src="https://plausible.io/js/script.js"
></script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>