vtex-home-page/dev/controles-vtex/breadCrumb.html

13 lines
435 B
HTML
Raw Normal View History

2022-12-05 13:22:58 +00:00
<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>