aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--site/login.lisp4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/login.lisp b/site/login.lisp
index ef4ba26..04bf643 100644
--- a/site/login.lisp
+++ b/site/login.lisp
@@ -59,7 +59,9 @@
(:br)
(:input :placeholder "Password" :type "password" :name "password")
(:br)
- (:button :type "submit" "Click to Login")))))
+ (:button :type "submit" "Click to Login"))
+ (:a :href (wknd:route-to 'new-account.html)
+ "Become Undead"))))
(defun new-account-page ()
(page (:title "V A M P I R E ~ JOIN")