tachiyomi-website/index.html
2019-07-22 20:53:26 +02:00

47 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Tachiyomi Installation</title>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<meta content="" name="description">
<link href="favicon.ico" rel="icon">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/style.css" rel="stylesheet">
</head>
<body>
<form class="form-signin">
<div class="text-center mb-4">
<img class="mb-4" src="assets/app-icon.png">
<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 id="installation" class="h5 mb-3 font-weight-normal">Installation</h1>
<p id="step1" class="step"><a href="#step1" class="step-number">1</a> 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 id="step2" class="step"><a href="#step2" class="step-number">2</a> Install the <code>.apk</code> file you just downloaded from GitHub.</br><img class="img-fluid step-img" src="assets/step-install.jpg"></p>
<h1 id="extensions" class="h5 mb-3 font-weight-normal">Extensions</h1>
<p id="step3" class="step"><a href="#step3" class="step-number">3</a> Once installed, open the app and navigate to "Extensions".</br><img class="img-fluid step-img" src="assets/step-extensions.png"></p>
</div>
<p class="mt-5 mb-3 text-muted text-center">&copy; 2019-</p>
</form>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js">
</script>
</body>
</html>