mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-15 18:59:57 +08:00
30 lines
1.1 KiB
HTML
30 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<meta name="referrer" content="same-origin">
|
|
<meta name="description" content="qBittorrent Web UI" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-title" content="qBt Web">
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<!-- Chrome, Opera, and Firefox OS -->
|
|
<meta name="theme-color" content="#4d8ad5" />
|
|
<!-- Windows Phone -->
|
|
<meta name="msapplication-navbutton-color" content="#4d8ad5" />
|
|
|
|
<link rel="icon" type="image/x-icon" href="<%= BASE_URL %>favicon.ico">
|
|
<link rel="apple-touch-icon" href="<%= BASE_URL %>apple-touch-icon.png" />
|
|
<title>qBittorrent Web UI</title>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but qb-web doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|