aboutsummaryrefslogtreecommitdiff
path: root/t/front.t
diff options
context:
space:
mode:
Diffstat (limited to 't/front.t')
-rw-r--r--t/front.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/t/front.t b/t/front.t
index 9d39469..2662be2 100644
--- a/t/front.t
+++ b/t/front.t
@@ -1,5 +1,8 @@
<% #include "head.tc" %>
<h1><%= site.name %></h1>
+<ul>
+ <li><a href="?new=user">Sign up</a></li>
+</ul>
<h3>Latest posts</h3>
<table border="1">
<% while(post = nextpost(pstmt)){