-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (36 loc) · 1.4 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" sizes="48x48" />
<link rel="icon" type="image/svg+xml" sizes="any" href="/icon.svg" />
<link rel="apple-touch-icon" href="/apple-touch-icon-180x180.png" />
<link rel="mask-icon" href="/icon.svg" color="#FFFFFF" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap"
rel="stylesheet"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Synced Lyrics Editor and Maker v2</title>
<meta
name="description"
content="Create your own synced lyrics for the music you love – right from your browser. A sound file is required."
/>
<meta
name="keywords"
content="lyrics,lrc,synced lyrics,sync lyrics,music lyrics,lyrics maker,lrc maker,lyrics editor"
/>
<meta name="author" content="obillekyle" />
</head>
%VITE_GTAG%
<body class="no-touch">
<div id="app" tabindex="0"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>