-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (35 loc) · 1.9 KB
/
index.html
File metadata and controls
40 lines (35 loc) · 1.9 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
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="Metrolist - ad-free, open-source YouTube Music client for Android with Material You design." />
<meta name="theme-color" content="#6C4BCC" />
<meta property="og:title" content="Metrolist - YouTube Music Client" />
<meta property="og:description"
content="Ad-free, open-source YouTube Music client for Android with Material You design." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Metrolist - YouTube Music Client" />
<meta name="twitter:description"
content="Ad-free, open-source YouTube Music client for Android with Material You design." />
<title>Metrolist - YouTube Music Client</title>
<!-- Preload LCP image to reduce LCP and prevent layout shift when hero image loads -->
<link rel="preload" as="image" href="/1.webp" fetchpriority="high" />
<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=Climate+Crisis&family=Nunito:wght@900&family=Nunito+Sans:wght@400;600&display=swap"
rel="stylesheet" />
<link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@24,400,1,0&icon_namesandroid,arrow_back,arrow_forward,block,bolt,check,close,cloud_download,code,content_copy,crowdsource,download,groups,headphones,license,link_off,menu,music_note,open_in_new,palette,people&display=block"
rel="stylesheet" />
</head>
<body>
<a href="#main" class="skip-link">Skip to main content</a>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>