1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-25 19:11:36 +03:00
VueTorrent/public/index.html

19 lines
700 B
HTML
Raw Normal View History

2019-04-15 16:50:38 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
2020-05-20 14:49:42 +02:00
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
2021-01-23 11:59:02 +01:00
<meta name="Description" content="The sleekest looking WEBUI for qBittorrent made with Vuejs!">
2020-09-16 08:24:38 +02:00
<link rel="icon" href="./favicon.ico">
2020-05-20 14:49:42 +02:00
<title><%= htmlWebpackPlugin.options.title %></title>
2019-04-15 16:50:38 +02:00
</head>
<body>
<noscript>
2020-05-20 14:49:42 +02:00
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
2019-04-15 16:50:38 +02:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>