mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-10-31 23:15:05 +01:00
Fix filename casing
This commit is contained in:
parent
f44fb6e8d8
commit
08868bc5a0
10
index.html
10
index.html
@ -44,17 +44,17 @@
|
||||
<h3>Exploring the catalogue</h3>
|
||||
<p>Now that you've installed the MangaDex extension it should show up in the <code>Catalogues</code> tab. The items appearing here are called <code>Sources</code>, an extension can contain multiple sources.</p>
|
||||
<div class="d-flex justify-content-center">
|
||||
<img src="assets/Catalogues.png" loading="lazy" intrinsicsize="1080x828" width="270" height="207">
|
||||
<img src="assets/catalogues.png" loading="lazy" intrinsicsize="1080x828" width="270" height="207">
|
||||
</div>
|
||||
<h3>Adding manga to your library</h3>
|
||||
<p>To find and add manga, you can now either use the <code>Latest</code> button on your source, or you can use <code>Browse</code> and search for it.</p>
|
||||
<p>Now that you've found manga that you want to add to your library, click on it and then press the blue bookmark button.</p>
|
||||
<p>It should now appear in your <code>My library</code> tab, ready to be read!</p>
|
||||
<figure>
|
||||
<video crossorigin="use-credentials" controls playsinline preload="none" muted loop loading="lazy" poster="assets/AddToLibrary.png" intrinsicsize="600x1089" width="300" height="544">
|
||||
<source src="assets/AddToLibrary.mp4" type="video/mp4" />
|
||||
<source src="assets/AddToLibrary.webm" type="video/webm" />
|
||||
<noscript><img src="assets/AddToLibrary.gif" alt width="300" height="544"/></noscript>
|
||||
<video crossorigin="use-credentials" controls playsinline preload="none" muted loop loading="lazy" poster="assets/addtolibrary.png" intrinsicsize="600x1089" width="300" height="544">
|
||||
<source src="assets/addtolibrary.mp4" type="video/mp4" />
|
||||
<source src="assets/addtolibrary.webm" type="video/webm" />
|
||||
<noscript><img src="assets/addtolibrary.gif" alt width="300" height="544"/></noscript>
|
||||
</video>
|
||||
</figure>
|
||||
<div class="mb-4">
|
||||
|
Loading…
Reference in New Issue
Block a user