Add step number to headers

This commit is contained in:
Elizabeth Craig
2019-02-28 11:37:17 -08:00
parent b030ad033d
commit 6e583f7fc0
23 changed files with 23 additions and 23 deletions

View File

@@ -5,7 +5,7 @@
</head>
<body>
<header>
<h1>todos</h1>
<h1>todos - step1-03 demo</h1>
<div class="addTodo">
<input class="textfield" placeholder="add todo" />
<button class="submit">Add</button>

View File

@@ -5,7 +5,7 @@
</head>
<body>
<header>
<h1>todos</h1>
<h1>todos - step1-03 exercise</h1>
<div class="addTodo">
<input class="textfield" placeholder="add todo" />
<button onclick="addTodo()" class="submit">Add</button>

View File

@@ -5,7 +5,7 @@
</head>
<body>
<header>
<h1>todos</h1>
<h1>todos - step1-03 final</h1>
<div class="addTodo">
<input class="textfield" placeholder="add todo" />
<button onclick="addTodo()" class="submit">Add</button>