diff options
Diffstat (limited to 'src/pages')
-rw-r--r-- | src/pages/tavern.lisp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pages/tavern.lisp b/src/pages/tavern.lisp index e6250e1..1f6c441 100644 --- a/src/pages/tavern.lisp +++ b/src/pages/tavern.lisp @@ -13,5 +13,7 @@ (:br) (:a :href "/goddess-shrine" "Pray a new hero rises.") (:br) - (:a :href "/spymaster" "Report a Roguish Rumour...")))) + (:a :href "/spymaster" "Report a Roguish Rumour...") + (:br) + (:a :href "/adventure-awaits" "Embark on a new Adventure!")))) |