-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
45 lines (45 loc) · 2.12 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
<!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>Stream Overlay - Valory</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name="keywords"
content="valory, valory tracker, valory obs, valory obs tracker, valory overlay, obs tracker, obs overlay, valory valorant, valorant, valory obs overlay, valory valorant overlay, valory valorant obs, valorant tracker"
/>
<meta name="author" content="MAGICX, [email protected]" />
<meta name="twitter:site" content="@haxguno" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="img/meta.webp" />
<meta
name="twitter:description"
content="Elevate your Valorant streaming experience by using the Valory. Keep your viewers engaged and informed, and showcase your progress in the game while making your stream more captivating and memorable!"
/>
<meta name="twitter:title" content="Stream Overlays - Valory" />
<meta property="og:type" content="website" />
<meta property="og:image" content="img/meta.webp" />
<meta
property="og:description"
content="Elevate your Valorant streaming experience by using the Valory. Keep your viewers engaged and informed, and showcase your progress in the game while making your stream more captivating and memorable!"
/>
<meta property="og:title" content="Stream Overlays - Valory" />
<meta
name="description"
content="Elevate your Valorant streaming experience by using the Valory. Keep your viewers engaged and informed, and showcase your progress in the game while making your stream more captivating and memorable!"
/>
</head>
<body>
<noscript>
Enable JavaScript to enjoy all the features of this app.
</noscript>
<div id="app"></div>
<script type="module" src="/src/js/main.js"></script>
</body>
</html>