summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-20 10:34:20 +0200
committerYorhel <git@yorhel.nl>2019-09-20 10:34:20 +0200
commit4542d952f782ee193dbf279cd8186cba0e9d87a4 (patch)
treee60f7c3a92ef7801d982d26beeebdee60ae58646 /lib
parentdf78fd6846d98dd4dc6c4f27610c9be036bbacdf (diff)
CSS: Increase doc index box a bit + Add API/Dumps/Query links to main menu
Diffstat (limited to 'lib')
-rw-r--r--lib/VNWeb/HTML.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/VNWeb/HTML.pm b/lib/VNWeb/HTML.pm
index 12ec46ad..e28c7631 100644
--- a/lib/VNWeb/HTML.pm
+++ b/lib/VNWeb/HTML.pm
@@ -74,7 +74,10 @@ sub _menu_ {
a_ href => '/hist', 'Recent changes'; br_;
a_ href => '/t', 'Discussion board'; br_;
a_ href => '/d6', 'FAQ'; br_;
- a_ href => '/v/rand','Random visual novel';
+ a_ href => '/v/rand','Random visual novel'; br_;
+ a_ href => '/d11', 'API'; lit_ ' - ';
+ a_ href => '/d14', 'Dumps'; lit_ ' - ';
+ a_ href => '/d18', 'Query';
};
form_ action => '/v/all', method => 'get', id => 'search', sub {
fieldset_ sub {