mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-11-01 07:25:06 +01:00
32 lines
1.8 KiB
HTML
32 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Tachiyomi FAQ</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">Frequently Asked Questions</h1>
|
|
</div>
|
|
<div class="text-center mb-4">
|
|
<p class="faq" id="how-do-i-allow-third-party-installations-on-my-phone"><a class="faq-question" href="#how-do-i-allow-third-party-installations-on-my-phone">Q</a> How do I allow third-party installations on my phone?<br>
|
|
<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>
|
|
Read more in-depth <a href="https://android.gadgethacks.com/how-to/sideload-apps-android-8-0-higher-now-unknown-sources-is-gone-0184399/" target="_blank">here</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>
|
|
</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> |