-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial.html
20 lines (18 loc) · 879 Bytes
/
tutorial.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="tutorial.css" />
<title>Anime Manager Tutorial</title>
</head>
<body>
<h1>Tutorial</h1>
<h2>Anime Manager - Installation and usage manual</h2>
<h3>Introduction</h3>
<p>This is a multi-purpose tool, designed to handle most tasks related to watching animes, including anime listing, torrent downloading and even three video players!</p>
<h3>Qbittorrent installation</h3>
<p>In order to download torrents, the qbittorrent api is required.</p>
<a href="https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.8/qbittorrent_4.3.8_x64_setup.exe/download">Click here to download qbittorrent v4.3.8</a>
<p>After downloading and executing the installer,
</body>
</html>