bluetooth-buzzer/src/app.html
Dorian Zedler 7230eaca2b
All checks were successful
/ build (push) Successful in 3m56s
Chore: lock to dark mode
2024-01-20 11:32:39 +01:00

16 lines
432 B
HTML

<!doctype html>
<html lang="en" class="dark">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover"
class="bg-white dark:bg-gray-900 text-gray-600 dark:text-gray-400 antialiased">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>