TonyQ
幾種說法
GIT 好棒棒!
開放原始碼好棒棒!
<div>
<header>
<h1> todos</h1>
<input type="text" />
</header>
<section>
<input type="checkbox" />
<ul>
<TodoItem> * n
</ul>
</section>
<TodoFooter />
</div>
By TonyQ Wang