This repository has been archived by the owner on Oct 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manga.htm
89 lines (87 loc) · 4.39 KB
/
manga.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Kotatsu - Manga reader for Android</title>
<meta name="description" content="Kotatsu free manga reader android app">
<meta name="keywords" content="Kotatsu android, manga reader, android manga reader app, manga reader apk">
<meta name="google-site-verification" content="93kb7WZgs5YW4gg26bzuDnDe165jxgqNlnVOR1VwDUM"/>
<meta name="theme-color" content="#D3E3FF">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link href="css/bootstrap.css" rel="stylesheet">
<style>
.bi {
vertical-align: -.125em;
opacity: 0.75;
width: 24px;
height: 24px;
}
</style>
</head>
<body>
<nav id="navbar_main" class="navbar bg-light px-3 sticky-md-top">
<span class="navbar-brand">
<img src="img/icon4_retro.svg" alt="kotatsu icon" width="30" class="d-inline-block">
<span class="ms-2 mt-1">Kotatsu</span>
</span>
</nav>
<div data-bs-spy="scroll" data-bs-target="#navbar_main" data-bs-root-margin="0px 0px -40%"
data-bs-smooth-scroll="true" class="container" tabindex="0">
<section id="section_android"
class="row p-3 p-md-4 pb-0 pe-lg-0 pt-lg-5 align-items-center m-1 mt-3 m-md-0 mt-md-5 rounded-4 border">
<div class="col-lg-7 p-3 p-lg-5 pt-lg-3">
<h1 class="display-4 fw-bold lh-1">Hello here</h1>
<p class="lead mt-3">You might need to have a Kotatsu application installed to follow this link.</p>
<p class="lead mt-3">Kotatsu is a free and open source manga reader for Android platform. It supports a lot
of online catalogues on different languages with filters and search, offline reading from local storage,
favourites, bookmarks, new chapters notifications and more features.</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start mb-md-4 mb-lg-3 mt-3 mt-md-5">
<a type="button" class="btn btn-primary btn-lg px-4 me-md-2 fw-bold d-none d-md-inline-block"
href="https://github.com/KotatsuApp/Kotatsu">Read more
</a>
<a type="button" class="btn btn-primary btn-lg px-4 me-md-2 fw-bold d-inline-block d-md-none"
href="https://github.com/KotatsuApp/Kotatsu/releases/latest">Download from GitHub
</a>
<a class="btn btn-link btn-lg px-4"
href="https://f-droid.org/packages/org.koitharu.kotatsu">Get it on F-Droid</a>
</div>
</div>
<div class="d-none d-md-block col-lg-4 offset-lg-1 p-0 overflow-hidden text-center pe-md-4 pe-lg-5">
<a href="https://github.com/KotatsuApp/Kotatsu/releases/latest">
<img class="img-fluid" alt="ithub release qr code" src="img/qr-code.png"/>
</a>
</div>
</section>
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 mt-lg-5 border-top">
<div class="col-md-4 d-flex align-items-center">
<span class="mb-3 mb-md-0 text-muted">© <script>document.write(new Date().getFullYear())</script>, Kotatsu developers</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3">
<a class="text-muted" target="_blank"
href="https://t.me/kotatsuapp" title="Telegram">
<img src="img/tg.svg" class="bi" alt="Telegram">
</a>
</li>
<li class="ms-3">
<a class="text-muted" target="_blank"
href="https://discord.gg/NNJ5RgVBC5" title="Discord">
<img src="img/discord.svg" class="bi" alt="Discord">
</a>
</li>
<li class="ms-3">
<a class="text-muted" target="_blank"
href="https://github.com/KotatsuApp" title="GitHub">
<img src="img/github.svg" class="bi" alt="GitHub">
</a>
</li>
</ul>
</footer>
</div>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>