some tweaks

This commit is contained in:
Micah Godbolt
2019-02-25 14:56:22 -08:00
parent 13a8fdd859
commit 3ab34131fe
5 changed files with 20 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ As we saw in the previous demo, HTML elements can be used to describe different
<h1></h1>
<div class="addTodo"></div>
<nav></nav>
<header>
</header>
<main class="filter"></main>
<footer></footer>
</body>

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head></head>
<body>
<header>
<h1></h1>
<div class="addTodo"></div>
<nav></nav>
</header>
<main class="filter"></main>
<footer></footer>
</body>
</html>