mirror of
https://github.com/lantean-code/qbtmud.git
synced 2025-10-22 20:42:24 +00:00
40 lines
1.5 KiB
HTML
40 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>qBittorrent Web UI</title>
|
|
<base href="/" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap" rel="stylesheet">
|
|
<link href="./_content/MudBlazor/MudBlazor.min.css" rel="stylesheet" />
|
|
<link rel="stylesheet" href="./css/app.css" />
|
|
<link rel="icon" type="image/png" href="images/qbittorrent32.png" />
|
|
<link rel="icon" href="./images/qbittorrent-tray.svg">
|
|
<link rel="mask-icon" href="./images/qbittorrent-tray.svg" color="#000000">
|
|
<link rel="apple-touch-icon" href="./images/qbittorrent32.png">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">
|
|
<svg class="loading-progress">
|
|
<circle r="40%" cx="50%" cy="50%" />
|
|
<circle r="40%" cx="50%" cy="50%" />
|
|
</svg>
|
|
<div class="loading-progress-text"></div>
|
|
</div>
|
|
|
|
<div id="blazor-error-ui" data-nosnippet>
|
|
An unhandled error has occurred.
|
|
<a href="" class="reload">Reload</a>
|
|
<a class="dismiss">🗙</a>
|
|
</div>
|
|
<script src="./_framework/blazor.webassembly.js"></script>
|
|
<script src="./_content/MudBlazor/MudBlazor.min.js"></script>
|
|
<script src="./js/piecesbar.js"></script>
|
|
<script src="./js/interop.js"></script>
|
|
</body>
|
|
|
|
</html> |