-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
51 lines (51 loc) · 2.44 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
<!doctype html>
<html lang="en" class="leading-tight">
<head>
<meta charset="UTF-8" />
<meta name="apple-mobile-web-app-title" content="Helldive Helper" />
<meta name="application-name" content="Helldive Helper" />
<meta
name="description"
content="Build team compositions & share with your friends. Helldive Helper is an app which enables you to build your dream team compositions for Helldivers 2 and share them with your friends and teammates." />
<link rel="icon" href="/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap"
rel="stylesheet" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<html prefix="og: http://ogp.me/ns#"></html>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://helldivehelper.net" />
<meta property="og:image" content="https://helldivehelper.net/logo_resized.png" />
<meta property="og:title" content="Helldive Helper" />
<meta
property="og:description"
content="Build team compositions & share with your friends. Helldive Helper is an app which enables you to build your dream team compositions for Helldivers 2 and share them with your friends and teammates." />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Helldive Helper" />
<meta
name="twitter:description"
content="Build team compositions & share with your friends. Helldive Helper is an app which enables you to build your dream team compositions for Helldivers 2 and share them with your friends and teammates." />
<meta name="twitter:image" content="https://helldivehelper.net/logo_resized.png" />
<script
defer
src="https://umami.vxn.dev/script.js"
data-website-id="efe06373-8ac1-4008-9302-f7e5dd6b3d4e"
data-domains="helldivehelper.net"></script>
<title>Helldive Helper</title>
<script>
/*FF FOUC prevention*/
let FF_FOUC_FIX
</script>
</head>
<body>
<div id="app">
<div class="pre-main">
<a class="pre-loader"></a>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>