-
-
Notifications
You must be signed in to change notification settings - Fork 97
/
index.html
38 lines (38 loc) · 1.92 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>LRC Maker</title>
<meta name="description" content="歌词滚动姬|可能是你所能见到的最好用的歌词制作工具" />
<meta name="keywords" content="lrc maker, lrc generate, 歌词制作, 歌词滚动" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="renderer" content="webkit" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="google" content="notranslate" />
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#ff4081" />
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<meta name="application-name" content="灯里的歌词滚动姬" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="theme-color" content="#484848" />
<meta name="msapplication-config" content="/favicons/browserconfig.xml" />
<meta name="apple-mobile-web-app-title" content="灯里的歌词滚动姬" />
<link rel="stylesheet" href="/src/index.css" />
</head>
<body>
<div class="app-container">
<div class="page-loading">
<img
class="akari-odango-loading start-loading"
src="/svg/akari-odango-loading.svg"
alt="loading"
crossorigin="anonymous"
/>
</div>
</div>
<script type="module" src="/src/index.ts"></script>
</body>
</html>