mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
28 lines
No EOL
933 B
HTML
28 lines
No EOL
933 B
HTML
<import: src="head">
|
|
<import: src="header">
|
|
<import: src="../app/footer">
|
|
|
|
<Title:>
|
|
HabitRPG | Gamify Your Life
|
|
|
|
<Head:>
|
|
<app:head:head />
|
|
|
|
<Body:>
|
|
<div id="wrap">
|
|
<app:header:header active="front"/>
|
|
|
|
|
|
<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'>
|
|
<p style="height:600;"><iframe src="//player.vimeo.com/video/57639356" width="100%" height="539" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
|
|
|
|
</div>
|
|
</div>
|
|
<app:footer:footer /> |