From 2368af8c9ba5b1b1d5e1bf5e88461ba39f9f8b86 Mon Sep 17 00:00:00 2001
From: 65160260 <65160260@go.buu.ac.th>
Date: Wed, 26 Mar 2025 02:30:28 +0000
Subject: [PATCH] Edit index.php

---
 index.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/index.php b/index.php
index 228eec5..fe71dbd 100644
--- a/index.php
+++ b/index.php
@@ -1,7 +1,10 @@
+<center>
 <a href="add_product.php">เพิ่มสินค้า</a> | 
 <a href="cart.php">ตะกร้าสินค้า</a> |
 <a href="logout.php">ออกจากระบบ</a> |
 <a href="login.php">เข้าสู่ระบบ</a>
+</center>
+
 <?php
 include 'connect.php';
 
-- 
GitLab