diff options
author | Kyle K <kylek389@gmail.com> | 2012-09-18 19:50:17 -0500 |
---|---|---|
committer | Kyle Kaminski <kyle@kkaminsk.com> | 2012-09-18 19:50:17 -0500 |
commit | 66b796a7e04603da7d39be290ea8a0d02b4e258d (patch) | |
tree | 0971c7d592cd02598eb7bdbb75ef7889495cbc00 /protoype | |
parent | 2adb9818847fe22d6cd4d634c829e04b61b055c1 (diff) | |
parent | 67030fc97bbbd97dcd18d6ff35571527c1b91d6f (diff) | |
download | fubar-master.tar.gz fubar-master.tar.bz2 fubar-master.zip |
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') |