Skip to content

Commit

Permalink
gambar
Browse files Browse the repository at this point in the history
  • Loading branch information
kukuh-wicaksono committed Aug 10, 2024
1 parent b16b8fa commit 929cb6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added Rawon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2 class="text-xl font-bold mb-4">Daftar Produk</h2>
<div class="grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-4 gap-4" id="product-list">
<!-- Produk Item -->
<div class="bg-gray-200 p-4 rounded">
<img src="/foto_manakan/Rawon.png" alt="Product Image" class="w-full mb-2 rounded product-image">
<img src="/Rawon.png" alt="Product Image" class="w-full mb-2 rounded product-image">
<h3 class="text-lg font-semibold">Rawon Daging</h3>
<p class="text-gray-600">Rp 20,000</p>
<button class="mt-2 bg-blue-500 text-white py-1 px-2 rounded text-xs" onclick="addToCart('Rawon Daging', 20000)">Tambahkan</button>
Expand Down

0 comments on commit 929cb6f

Please sign in to comment.