-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
80 lines (72 loc) · 3.61 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!doctype html>
<html lang="en">
<!--
,,))))))));,
__)))))))))))))),
\|/ -\(((((''''((((((((.
-*-==//////(('' . `)))))),
/|\ ))| o ;-. '((((( ,(,
( `| / ) ;))))' ,_))^;(~
| | | ,))((((_ _____------~~~-. %,;(;(>';'~
o_); ; )))(((` ~---~ `:: \ %%~~)(v;(`('~
; ''''```` `: `:::|\,__,%% );`'; ~
| _ ) / `:|`----' `-'
______/\/~ | / /
/~;;.____/;;' / ___--,-( `;;;/
/ // _;______;'------~~~~~ /;;/\ /
// | | / ; \;;,\
(<_ | ; /',/-----' _>
\_| ||_ //~;~~~~~~~~~
`\_| (,~~
\~\
~~
Robby Wu 2019
-->
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Security-Policy" content="img-src * data:;" />
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon" />
<link rel="icon" href="/favicon.png" type="image/x-icon" />
<link rel="icon" type="image/png" sizes="256x256" href="/favicon.png" />
<meta name="msapplication-TileColor" content="#141d23" />
<meta name="msapplication-TileImage" content="/favicon.png" />
<meta name="keywords"
content="브라운더스트도감, 브라운더스트, 도감, 브라운더스트 용병, browndust share, browndust, formation, builder, 棕色塵埃, 陣型, neowiz, NEOWIZ, gamfs, GAMFS" />
<meta name="description" content="브라운더스트 용병 도감, 棕色塵埃陣型分享" />
<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<meta name="theme-color" content="#141d23" />
<meta property="og:url" content="${import.meta.env.VITE_APP_META_URL}" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="zh_TW" />
<meta property="og:title" content="Browndust Share" />
<meta property="og:description" content="An online mercenary formation share website. (unofficial)" />
<meta property="og:image" content="${import.meta.env.VITE_APP_META_URL}/favicon.png" />
<link rel="manifest" href="/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!-- Google tag (gtag.js) -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-CSFDQJRJ35"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-CSFDQJRJ35');
</script> -->
<title>Browndust Share</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>