2023-07-15 11:43:44 +03:00
|
|
|
<!doctype html>
|
2022-11-15 11:36:54 +03:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-01-28 13:35:38 +03:00
|
|
|
<meta name="viewport" content="initial-scale=1, viewport-fit=cover, width=device-width" />
|
2022-11-15 11:36:54 +03:00
|
|
|
<meta name="description" content="VueTorrent" />
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
2024-02-12 22:26:06 +03:00
|
|
|
<link rel="icon" href="favicon.ico" sizes="any" />
|
|
|
|
<link rel="icon" href="icon.svg" type="image/svg+xml" />
|
|
|
|
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
|
2022-11-15 11:36:54 +03:00
|
|
|
<meta name="theme-color" content="#000" />
|
2024-09-22 04:37:33 +03:00
|
|
|
<meta name="robots" content="noindex, nofollow" />
|
2023-11-05 23:04:25 +03:00
|
|
|
<title>VueTorrent</title>
|
2024-01-20 17:46:08 +03:00
|
|
|
|
2024-08-18 22:40:56 +03:00
|
|
|
<script type="module" src="/src/globalErrorHandler.ts"></script>
|
|
|
|
|
2024-01-20 17:46:08 +03:00
|
|
|
<!-- PWA setup -->
|
2024-02-12 22:26:06 +03:00
|
|
|
<link rel="manifest" href="manifest.webmanifest" crossorigin="use-credentials" />
|
|
|
|
<script src="registerSW.js"></script>
|
2022-11-15 11:36:54 +03:00
|
|
|
</head>
|
2024-01-28 13:35:38 +03:00
|
|
|
|
2023-06-05 09:37:09 +03:00
|
|
|
<body>
|
2022-11-15 11:36:54 +03:00
|
|
|
<noscript>
|
|
|
|
<strong>We're sorry but Vuetorrent doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
|
|
</noscript>
|
2024-01-28 13:35:38 +03:00
|
|
|
<div style="padding-top: calc(env(safe-area-inset-top) * 0.5)" id="app"></div>
|
2023-01-24 19:10:59 +03:00
|
|
|
<script type="module" src="/src/main.ts"></script>
|
2022-11-15 11:36:54 +03:00
|
|
|
</body>
|
|
|
|
</html>
|