diff options
-rw-r--r-- | protoype/views/index.jade | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/protoype/views/index.jade b/protoype/views/index.jade index 4c984bc..5434677 100644 --- a/protoype/views/index.jade +++ b/protoype/views/index.jade @@ -2,9 +2,14 @@ extends layout block content h2(style='border-bottom: dashed #FF9900; letter-spacing: -2px')= title - p Welcome to #{title}. Find your opponent, and get ready! - + p + | Welcome to #{title}. Find your opponent, and get ready!<br /> + | <br />Create new user: + a(href='/create') create + | <br />Login: + a(href='/login') login h4(style='background-color: #99FF66; padding: 2px') User List + - each user in users #listentry <u>#{user.tag}</u> >> #{user.location.loc} | - if (user.status == 'online') |