Repos / pytaku / d905b5ac7b
commit d905b5ac7b2c7ac23186a81362fe9799980348a9
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Sun Aug 2 15:35:53 2020 +0700

    instructions in home path

diff --git a/src/pytaku/templates/home.html b/src/pytaku/templates/home.html
index 1f05a23..74cf0dd 100644
--- a/src/pytaku/templates/home.html
+++ b/src/pytaku/templates/home.html
@@ -5,9 +5,7 @@
 {% endblock %}
 
 {% block content %}
-<h1>Sample links</h1>
-<ul>
-  <li><a href="/title/mangadex/23811">Title</a></li>
-  <li><a href="/chapter/mangadex/976942">Chapter</a></li>
-</ul>
+<h1>This is a work in progress</h1>
+<p>Try searching for some manga title using the box above.</p>
+<p>Account/Bookmarking aren't working yet.</p>
 {% endblock %}