mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-27 05:29:59 +00:00
18 lines
753 B
Text
18 lines
753 B
Text
|
|
extends ./layout
|
||
|
|
|
||
|
|
block title
|
||
|
|
title HabitRPG | Gamify Your Life
|
||
|
|
|
||
|
|
block content
|
||
|
|
#wrap
|
||
|
|
//-include ./header
|
||
|
|
.jumbotron.masthead
|
||
|
|
.container
|
||
|
|
h1
|
||
|
|
img(src='/bower_components/habitrpg-shared/img/logo/habitrpg_pixel.png', alt='HabitRPG')
|
||
|
|
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.
|
||
|
|
a.btn.btn-primary.btn-small(href='/?play=1') Play
|
||
|
|
.container
|
||
|
|
p(style='height:600;')
|
||
|
|
iframe(src='//player.vimeo.com/video/57639356', width='100%', height='539', frameborder='0', webkitallowfullscreen='', mozallowfullscreen='', allowfullscreen='')
|