-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (36 loc) · 2.46 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
<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>VBase</title>
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="./static/icons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="./static/icons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="./static/icons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="./static/icons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="./static/icons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="./static/icons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="./static/icons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="./static/icons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="./static/icons/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="./static/icons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="./static/icons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./static/icons/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="./static/icons/favicon-128.png" sizes="128x128" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Titillium+Web:200,400,400i,700,900" />
<meta name="application-name" content="VBase" />
<meta name="msapplication-TileColor" content="#788" />
<meta name="msapplication-TileImage" content="./static/icons/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="./static/icons/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="./static/icons/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="./static/icons/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="./static/icons/mstile-310x310.png" />
<meta property="og:site_name" content="VBase" />
<meta property="og:url" content="https://vbase.games" />
<meta charset="utf-8" />
</head>
<body>
<div id="app"></div>
<script>window.lang="en"</script>
<script type="text/javascript" src="./src/index.jsx"></script>
</body>
</html>