Merge pull request #14 from MonkeyBlues/main

add closing bracket
This commit is contained in:
Briggs Elsperger 2021-09-13 16:38:55 -06:00 committed by GitHub
commit 236fe60209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -12,6 +12,6 @@
<h1 class="title">I'm a card</h1>
<div class="content">I have content inside me..lorem ipsum blah blah blah. Here's some stuff you need to read.</div>
<div class="button">and a <button>BIG BUTTON</button></div>
</div
</div>
</body>
</html>
</html>

View File

@ -12,6 +12,6 @@
<h1 class="title">I'm a card</h1>
<div class="content">I have content inside me..lorem ipsum blah blah blah. Here's some stuff you need to read.</div>
<div class="button">and a <button>BIG BUTTON</button></div>
</div
</div>
</body>
</html>
</html>