mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-26 03:26:19 +00:00
añadir productos de ejemplo en index
This commit is contained in:
parent
5d37ca01e8
commit
bf0313a4b6
1 changed files with 31 additions and 6 deletions
|
@ -6,7 +6,31 @@
|
|||
|
||||
<h1 class="text-xl">WIP</h1>
|
||||
|
||||
<ul>
|
||||
<section>
|
||||
<h2 class="text-lg font-bold">Ejemplos</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/ean/7790070410795">
|
||||
Cookies Sabor Vainilla Con Chips De Chocolate Exquisita Paq 300 Grm
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/ean/7794000006911"
|
||||
>Sopa Instantánea KNORR QUICK Zapallo Romero Sobres 5 Un.</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/ean/7798062540253">Agua Saborizada Levité Pera 1,5 Lts.</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/ean/7790895000430">Gaseosa Coca-Cola Sabor Original 1,5 Lts.</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2 class="text-lg font-bold">Random</h2>
|
||||
<ul>
|
||||
{#each data.precios as product}
|
||||
<li>
|
||||
<a href={`/ean/${product.ean}`}>
|
||||
|
@ -14,4 +38,5 @@
|
|||
</a>
|
||||
</li>
|
||||
{/each}
|
||||
</ul>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue