diff --git a/app-icon.png b/app-icon.png new file mode 100644 index 00000000..bac068b9 Binary files /dev/null and b/app-icon.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 00000000..8cd5eaa7 Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 00000000..06f7cd12 --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ + + + + + + + + + Tachiyomi Installation + + + + + +
+
+ +

Get started with Tachiyomi

+

Tachiyomi is a free and open source manga reader for Android.

+
+
+

Installation

+

1 Get the latest stable release from GitHub.
tachiyomi-vX.Y.Z.apk

+

2 Once installed, open the app and navigate to "Extensions".

+ +
+

© 2019-

+
+ + + + + diff --git a/style.css b/style.css new file mode 100644 index 00000000..4677540d --- /dev/null +++ b/style.css @@ -0,0 +1,121 @@ +html, +body { + height: 100%; +} + +body { + display: -ms-flexbox; + display: flex; + -ms-flex-align: center; + align-items: center; + padding-top: 40px; + padding-bottom: 40px; + background-color: #f5f5f5; +} + +.form-signin { + width: 100%; + max-width: 480px; + padding: 15px; + margin: auto; +} + +.form-label-group { + position: relative; + margin-bottom: 1rem; +} + +.form-label-group > input, +.form-label-group > label { + height: 3.125rem; + padding: .75rem; +} + +.form-label-group > label { + position: absolute; + top: 0; + left: 0; + display: block; + width: 100%; + margin-bottom: 0; /* Override default `