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" />
|
2022-11-15 13:17:59 +03:00
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
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" />
|
2023-07-15 11:43:44 +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" />
|
2023-11-05 23:04:25 +03:00
|
|
|
<title>VueTorrent</title>
|
2022-11-15 11:36:54 +03:00
|
|
|
</head>
|
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>
|
|
|
|
<div 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>
|