-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 766 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (17 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <script crossOrigin="anonymous" src="//unpkg.com/react-scan/dist/auto.global.js"></script> -->
<meta charset="UTF-8" />
<meta name="robots" content="index, follow">
<meta name="description" content="An elegant music player inspired by Spotify and Soundcloud." />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="/icons/sound-waves.png" />
<link rel="preload" href="/fonts/Outfit-VariableFont_wght.woff2" as="font" fetchpriority="high" crossorigin />
<title>Lowkey Music</title>
</head>
<body>
<div id="root" class="font-outfit"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>