mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-11 22:15:35 +00:00
feat: relative touch seeking on seekbar feat: idle animation fix: disable zoom with touch
15 lines
No EOL
429 B
HTML
15 lines
No EOL
429 B
HTML
<!doctype html>
|
|
<html lang="en" class="dark bg-transparent" style="color-scheme: dark;">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%sveltekit.assets%/logo.png" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0" />
|
|
%sveltekit.head%
|
|
</head>
|
|
|
|
<body data-sveltekit-preload-data="hover" class="bg-transparent relative" data-vaul-drawer-wrapper>
|
|
%sveltekit.body%
|
|
</body>
|
|
|
|
</html> |