mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
reorg step0
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<link rel="stylesheet" href="./style.css" />
|
||||
<body>
|
||||
<h1>todos</h1>
|
||||
<input class="textfield" /><button class="button add">Add</button>
|
||||
<input class="textfield" placeholder="add todo" /><button class="button add">Add</button>
|
||||
<div class="filter">
|
||||
<button class="active">all</button>
|
||||
<button>active</button>
|
||||
|
||||
Reference in New Issue
Block a user