2019-07-22 19:19:44 +02:00
<!doctype html>
< html lang = "en" >
< head >
2019-07-22 19:23:35 +02:00
< title > Tachiyomi Installation< / title >
2019-07-22 19:19:44 +02:00
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
< meta name = "description" content = "" >
< link rel = "icon" href = "favicon.ico" >
< link rel = "stylesheet" href = "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity = "sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin = "anonymous" >
2019-07-22 19:23:35 +02:00
< link rel = "stylesheet" href = "assets/style.css" >
2019-07-22 19:19:44 +02:00
< / head >
< body >
< form class = "form-signin" >
< div class = "text-center mb-4" >
2019-07-22 19:23:35 +02:00
< img class = "mb-4" src = "assets/app-icon.png" >
2019-07-22 19:19:44 +02:00
< h1 class = "h3 mb-3 font-weight-normal" > Get started with Tachiyomi< / h1 >
< p > < a href = "https://github.com/inorichi/tachiyomi" > Tachiyomi< / a > is a free and open source manga reader for Android.< / p >
< / div >
< div class = "text-center mb-4" >
< h1 class = "h5 mb-3 font-weight-normal" > Installation< / h1 >
< p > < span class = "step" > 1< / span > Get the latest stable release from < a href = "https://github.com/inorichi/tachiyomi/releases/tag/v0.8.4" > GitHub.< / a > < / br > < code > tachiyomi-vX.Y.Z.apk< / code > < / p >
< p > < span class = "step" > 2< / span > Once installed, open the app and navigate to "Extensions".< / p >
< img src = "https://camo.githubusercontent.com/8404fe758d2f7baa474a0c9af959ea8107120549/68747470733a2f2f692e726564642e69742f777874777674757030757a32312e706e67" class = "img-fluid" >
< / div >
< p class = "mt-5 mb-3 text-muted text-center" > © 2019-< / p >
< / form >
< script src = "https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity = "sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin = "anonymous" > < / script >
< script src = "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity = "sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin = "anonymous" > < / script >
< script src = "https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity = "sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin = "anonymous" > < / script >
< / body >
2019-07-22 19:23:35 +02:00
< / html >