-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.62 KB
/
Copy pathindex.html
File metadata and controls
30 lines (27 loc) · 1.62 KB
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
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<!-- Favicon 和图标 -->
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg" />
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#50fa7b">
<!-- 视口设置 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- TDK 优化 -->
<title>8-bit Music Maker | 创建复古风格的芯片音乐</title>
<meta name="description" content="8-bit Music Maker 是一款在线音乐创作工具,让你轻松创建经典游戏风格的 8-bit 音乐。使用简单的控制面板调整音阶、和弦进行、音色和效果,体验复古游戏音乐的创作乐趣。" />
<meta name="keywords" content="8-bit,chiptune,音乐创作,复古游戏音乐,芯片音乐,NES,GameBoy,像素音乐,在线音乐工具" />
<!-- Open Graph 标签,用于社交媒体分享 -->
<meta property="og:title" content="8-bit Music Maker | 创建复古风格的芯片音乐" />
<meta property="og:description" content="使用 8-bit Music Maker 创建经典游戏风格的复古音乐,体验 NES、GameBoy 和街机游戏音乐的创作乐趣。" />
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>