diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-03-24 21:48:55 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-03-24 21:48:55 +0100 |
commit | bed5e2ef215ad02991b902d8ad123c1edc1d4bea (patch) | |
tree | 9322ec1ecea2a7387b881c97d78b40351f99d2b4 /index.php | |
parent | 26220181a17baa4c3bad59e84df063fe5b772cc5 (diff) | |
download | arfnet2-cstims-bed5e2ef215ad02991b902d8ad123c1edc1d4bea.tar.gz arfnet2-cstims-bed5e2ef215ad02991b902d8ad123c1edc1d4bea.zip |
Add payment methodes
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ $services = $result->fetch_all(MYSQLI_ASSOC); <div class="col2"> <h3><a href="/login.php">Login</h2> <h3><a href="/register.php">Sign up today!</h2> + <h3><a href="/pay.html">Payment methodes</h2> </div> </div> </main> |