Skip to content

Commit

Permalink
add fixing page derictional
Browse files Browse the repository at this point in the history
  • Loading branch information
kukuh-wicaksono committed Aug 10, 2024
1 parent d2f7576 commit ebd211f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Binary file removed Rawon.png
Binary file not shown.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<h1 class="text-2xl font-bold">POS Penjualan Warung Mbah Karmi</h1>
<!-- Navbar -->
<nav class="space-x-4">
<a href="/index.html" class="hover:text-gray-200">Penjualan</a>
<a href="/pesanan_proses.html" class="hover:text-gray-200">Pesanan di Proses</a>
<a href="/transaksi_total.html" class="hover:text-gray-200">Total Transaksi Berhasil</a>
<a href="index.html" class="hover:text-gray-200">Penjualan</a>
<a href="pesanan_proses.html" class="hover:text-gray-200">Pesanan di Proses</a>
<a href="transaksi_total.html" class="hover:text-gray-200">Total Transaksi Berhasil</a>
</nav>
</div>
</header>
Expand All @@ -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="images/Rawon.png" alt="Product Image" class="w-full mb-2 rounded product-image">
<img src="foto_manakan/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
6 changes: 3 additions & 3 deletions pesanan_proses.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<h1 class="text-2xl font-bold">POS Penjualan Warung Mbah Karmi</h1>
<!-- Navbar -->
<nav class="space-x-4">
<a href="/index.html" class="hover:text-gray-200">Penjualan</a>
<a href="/pesanan_proses.html" class="hover:text-gray-200">Pesanan di Proses</a>
<a href="/transaksi_total.html" class="hover:text-gray-200">Total Transaksi Berhasil</a>
<a href="index.html" class="hover:text-gray-200">Penjualan</a>
<a href="pesanan_proses.html" class="hover:text-gray-200">Pesanan di Proses</a>
<a href="transaksi_total.html" class="hover:text-gray-200">Total Transaksi Berhasil</a>
</nav>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions transaksi_total.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<h1 class="text-2xl font-bold">POS Penjualan Warung Mbah Karmi</h1>
<!-- Navbar -->
<nav class="space-x-4">
<a href="/index.html" class="hover:text-gray-200">Penjualan</a>
<a href="/pesanan_proses.html" class="hover:text-gray-200">Pesanan di Proses</a>
<a href="/transaksi_total.html" class="hover:text-gray-200">Total Transaksi Berhasil</a>
<a href="index.html" class="hover:text-gray-200">Penjualan</a>
<a href="pesanan_proses.html" class="hover:text-gray-200">Pesanan di Proses</a>
<a href="transaksi_total.html" class="hover:text-gray-200">Total Transaksi Berhasil</a>
</nav>
</div>
</header>
Expand Down

0 comments on commit ebd211f

Please sign in to comment.