feat: transformation en application Radyobòkaz Player (WIP sécurisé)
Fork de la librairie headless svelte-podcast transformé en lecteur : radio Funkwhale mizik.o-k-i.net (~2000 titres), page démo RSS Syntax.fm, file de lecture, préférences et progression persistées. État avant refonte playbook OKI (bugs connus : volume inerte, bouton démo RSS cassé en navigation client, cibles tactiles mobiles).
This commit is contained in:
+3
-5
@@ -1,19 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" class="h-full scroll-smooth bg-white hover:scroll-auto">
|
||||
<html lang="fr" class="h-full bg-slate-100">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
<link rel="icon" href="%sveltekit.assets%/icon.png" />
|
||||
|
||||
<meta name="theme-color" content="#f97316" />
|
||||
<meta name="theme-color" content="#ea580c" />
|
||||
<meta name="color-scheme" content="light" />
|
||||
|
||||
<link rel="bookmark" title="Svelte Podcast Docs" />
|
||||
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body class="h-full scroll-smooth hover:scroll-auto">
|
||||
<body class="h-full">
|
||||
<div>%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user