2013-03-17 03:03:59 +00:00
< import: src = "head" >
< import: src = "header" >
< import: src = "../app/footer" >
< Title: >
HabitRPG | Gamify Your Life
< Head: >
2013-03-17 04:48:00 +00:00
< app:head:head / >
2013-03-17 03:03:59 +00:00
< Body: >
< div id = "wrap" >
2013-03-17 04:48:00 +00:00
< app:header:header active = "front" / >
2013-03-17 03:03:59 +00:00
< div class = 'jumbotron masthead' >
< div class = 'container' >
< h1 > < img src = "/img/logo/habitrpg_pixel.png" alt = "HabitRPG" / > < / h1 >
< p > A habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.< / p >
< a href = "/?play=1" class = 'btn btn-primary btn-small' > Play< / a >
< / div >
< / div >
< div class = 'container' >
2013-03-21 17:23:46 +00:00
< p style = "height:600;" > < iframe src = "//player.vimeo.com/video/57639356" width = "100%" height = "539" frameborder = "0" webkitAllowFullScreen mozallowfullscreen allowFullScreen > < / iframe > < / p >
2013-03-17 03:03:59 +00:00
< / div >
< / div >
< app:footer:footer / >