a109f5bab1
feat: implement useKeyboard composable for keyboard controls in the player feat: create PlaylistDetail view to display playlist information and tracks
16 lines
655 B
HTML
16 lines
655 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Noctune - Music That Hits Different</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">
|
|
<script type="module" crossorigin src="/assets/index-C8FI4Eix.js"></script>
|
|
<link rel="stylesheet" crossorigin href="/assets/index-7ON3mYgU.css">
|
|
</head>
|
|
<body class="bg-noctune-cream">
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|