-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
41 lines (40 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-0H9H7N8YR1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-0H9H7N8YR1");
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta
name="keywords"
content="MUCOM, MUCOM88, YM2608, YM2203, OPN, OPNA, SSG, JavaScript, Emscripten, MML"
/>
<meta name="description" content="Mucom88 player on the web." />
<meta property="og:title" content="88play" />
<meta property="og:url" content="https://f.88play.app" />
<meta property="og:site_name" content="88play" />
<meta property="og:description" content="Mucom88 player on the web." />
<meta property="og:image" content="http://88play.app/img/ogp.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="88play" />
<meta name="twitter:description" content="Mucom88 player on the web." />
<meta name="twitter:image" content="https://88play.app/img/ogp.png" />
<title>88play</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>