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:
MfnBacon 2021-09-08 16:13:05 -05:00 committed by GitHub
parent f7b0d534f6
commit f45be5f4b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,6 +16,6 @@
</div>
<div class="three">
DIV THREE
</div
</div>
</body>
</html>
</html>