-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (35 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>ADL Live Melee</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="ADL Pro" data-react-helmet="true" />
<meta name="twitter:card" content="summary" data-react-helmet="true" />
<meta property="og:title" content="ADL Pro" data-react-helmet="true" />
<meta property="og:description" content="ADL Pro" data-react-helmet="true" />
<meta property="og:image" content="/images/icon-256x256.png" data-react-helmet="true" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<!-- Pre-connect JW Player origins -->
<link rel="preconnect" href="https://content.jwplatform.com" />
<link rel="preconnect" href="https://cdn.jwplayer.com" />
<link rel="preconnect" href="https://jwpapp.com" />
<!-- Safari web app -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="apple-touch-icon" sizes="144x144" href="/images/apple-touch-icon.png" />
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#000000" />
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#000000" />
<meta name="msapplication-config" content="/browserconfig.xml" />
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000000" />
<!-- Manifest -->
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>