From 6e131b7c9c57c8cdf67ed59feafc6c8b56919e8f Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 19 Jun 2024 10:40:22 -0700 Subject: Add: link to new account page from login page --- site/login.lisp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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") -- cgit v1.2.3