Fix self closing div tag (#9661)
This commit is contained in:
parent
77f04bdf7c
commit
56aea91e45
1 changed files with 1 additions and 1 deletions
|
|
@ -56,5 +56,5 @@
|
|||
</div>
|
||||
<p>Open Source 😇</p>
|
||||
<p>Free Forever ❤️</p>
|
||||
<div style="height:300px" />
|
||||
<div style="height:300px"></div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue