Fix to index.html
Added missing closing bracket on final div. (Sorry if this is the wrong way to do this, I'm new and here on assignment from The Odin Project.)
This commit is contained in:
parent
f7b0d534f6
commit
f45be5f4b8
|
@ -16,6 +16,6 @@
|
|||
</div>
|
||||
<div class="three">
|
||||
DIV THREE
|
||||
</div
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue