mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-05 17:19:54 +00:00
17 lines
566 B
HTML
17 lines
566 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" style="margin: 0">
|
|
%sveltekit.body%
|
|
<div style="height: 100vh; width: 100vw; background: #101113;"></div>
|
|
</body>
|
|
</html>
|