From 66eb1a52c2507006e1b14f4cc0c3ef619ec682ec Mon Sep 17 00:00:00 2001 From: 65160377 <65160377@go.buu.ac.th> Date: Sat, 29 Mar 2025 00:45:04 +0700 Subject: [PATCH] Initial commit --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index a72ad58..8d4eba5 100644 --- a/index.php +++ b/index.php @@ -167,7 +167,8 @@ foreach($results as $result) <?php include('includes/footer.php');?> <!-- signup --> -<?php include('includes/signup.php');?> +<a href="signup.php" class="btn btn-primary">สมัครสมาชิก</a> + <!-- //signu --> <!-- signin --> <?php include('includes/signin.php');?> -- GitLab