diff options
author | Kyle K <kylek389@gmail.com> | 2012-08-17 22:53:49 -0500 |
---|---|---|
committer | Kyle Kaminski <kyle@kkaminsk.com> | 2012-08-17 22:53:49 -0500 |
commit | 67030fc97bbbd97dcd18d6ff35571527c1b91d6f (patch) | |
tree | f68497306c0ff3bea388937ce75b816809a6599a /protoype | |
parent | 60909c1b129238b276d8cf53650f5fac64052013 (diff) | |
download | fubar-67030fc97bbbd97dcd18d6ff35571527c1b91d6f.tar.gz fubar-67030fc97bbbd97dcd18d6ff35571527c1b91d6f.tar.bz2 fubar-67030fc97bbbd97dcd18d6ff35571527c1b91d6f.zip |
add 2 anchors to the index page
Diffstat (limited to 'protoype')
-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') |