Update index.html

This commit is contained in:
steevLP 2022-03-13 15:39:15 +01:00 committed by GitHub
parent 4d655ee091
commit 99ddd912f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,14 +106,14 @@
<div class="embed"> <div class="embed">
<h1>embed example</h1> <h1>embed example</h1>
<hr> <hr>
<p>More embed text</h1> <p>More embed text</p>
</div> </div>
<pre> <pre>
<code class="language-html"> <code class="language-html">
<div class="embed"> <div class="embed">
<h1>embed example</h1> <h1>embed example</h1>
<hr> <hr>
<p>More embed text</h1> <p>More embed text</p>
</div> </div>
</code> </code>
</pre> </pre>