tachiyomi-website/index2.html
2019-07-23 15:39:58 +02:00

38 lines
2.1 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">
<a class="faq-answer" href="#how-do-i-allow-third-party-installations-on-my-phone">A</a> When installing your first extension and are promted that your phone isn't allowed to install unknown apps from that source, simply press the <code>Settings</code> button and then allow it.<br>
<br>
Two example videos, left one is for newer Androids.<br>
<a class="col-sm-4" gallery="example-gallery" toggle="lightbox" href="assets/step-unknownapps-post8.gif"><img class="lazyload" src="assets/step-unknownapps-post8.gif" width="200" height="325"></a> <a class="col-sm-4" gallery="example-gallery" toggle="lightbox" href="assets/step-unknownapps-pre8.gif"><img class="lazyload" src="assets/step-unknownapps-pre8.gif" width="200" height="325"></a></p>
</div>
<p class="mt-5 mb-3 text-muted text-center">More frequently asked questions can be found <a href="https://github.com/inorichi/tachiyomi/wiki/FAQ#frequently-asked-questions" target="_blank">here</a></p>
<div class="d-flex justify-content-center">
<a href="assets/step-unknownapps-post8.gif"><img src="assets/step-unknownapps-post8.gif" width="180"></a>
<a href="assets/step-unknownapps-pre8.gif"><img src="assets/step-unknownapps-pre8.gif" width="180"></a>
</div>
</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>
<script src="https://cdn.jsdelivr.net/npm/lazyload@2.0.0-rc.2/lazyload.js">
</script>
<script>$("img.lazyload").lazyload();</script>
</body>
</html>