mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
21 lines
308 B
Text
21 lines
308 B
Text
|
|
<h1>Listing habits</h1>
|
||
|
|
|
||
|
|
<table id="habits-table">
|
||
|
|
<tr>
|
||
|
|
<th>Name</th>
|
||
|
|
<th>Habit type</th>
|
||
|
|
<th>Score</th>
|
||
|
|
<th>Notes</th>
|
||
|
|
<th>Up</th>
|
||
|
|
<th>Down</th>
|
||
|
|
<th>Done</th>
|
||
|
|
<th>Position</th>
|
||
|
|
<th></th>
|
||
|
|
<th></th>
|
||
|
|
<th></th>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
|
||
|
|
<br/>
|
||
|
|
|
||
|
|
<a href="#/new">New Habit</a>
|