mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-27 06:32:57 +00:00
16 lines
477 B
HTML
16 lines
477 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
|
|
<meta name="theme-color" content="#17191C">
|
|
<link rel="icon" href="%sveltekit.assets%/logo.ico" />
|
|
<title>Miru | Torrenting Made Simple</title>
|
|
|
|
%sveltekit.head%
|
|
</head>
|
|
|
|
<body class="dark-mode with-custom-webkit-scrollbars with-custom-css-scrollbars" data-sveltekit-preload-data="hover">
|
|
%sveltekit.body%
|
|
</body>
|
|
</html>
|