diff --git a/docs/index.html b/docs/index.html index 0690f0fc..26a29c8e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1023,11 +1023,13 @@
<article>I'm a card!</article>
You can use <header>
and footer <footer>
inside <article>
<article>
+ <header>Header</header>
Body
<footer>Footer</footer>
</article>