vtex-home-page/dev/controles-vtex/breadCrumb.html
2022-12-05 09:22:58 -04:00

13 lines
435 B
HTML

<div class="bread-crumb" xmlns:v="http://rdf.data-vocabulary.org/#">
<ul>
<li typeof="v:Breadcrumb">
<a href="home.html" rel="v:url" property="v:title">Minha Loja</a>
</li>
<li typeof="v:Breadcrumb">
<a href="categoria.html" rel="v:url" property="v:title">Conjuntos</a>
</li>
<li class="last" typeof="v:Breadcrumb">
<a href="categoria.html" rel="v:url" property="v:title">Conjunto Infantil</a>
</li>
</ul>
</div>