forked from M3-Academy/vtex-cms-template-atualizado
13 lines
435 B
HTML
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> |