Fix self closing div tag (#9661)

This commit is contained in:
Sai Bhargav 2020-08-07 18:37:38 +05:30 committed by GitHub
parent 77f04bdf7c
commit 56aea91e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,5 +56,5 @@
</div>
<p>Open Source 😇</p>
<p>Free Forever ❤️</p>
<div style="height:300px" />
<div style="height:300px"></div>
</div>