aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-03-24 21:48:55 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-03-24 21:48:55 +0100
commitbed5e2ef215ad02991b902d8ad123c1edc1d4bea (patch)
tree9322ec1ecea2a7387b881c97d78b40351f99d2b4
parent26220181a17baa4c3bad59e84df063fe5b772cc5 (diff)
downloadarfnet2-cstims-bed5e2ef215ad02991b902d8ad123c1edc1d4bea.tar.gz
arfnet2-cstims-bed5e2ef215ad02991b902d8ad123c1edc1d4bea.zip
Add payment methodes
-rw-r--r--client.php1
-rw-r--r--index.php1
-rw-r--r--pay.html36
3 files changed, 38 insertions, 0 deletions
diff --git a/client.php b/client.php
index 2a9721d..a817813 100644
--- a/client.php
+++ b/client.php
@@ -105,6 +105,7 @@ function getorderbyid($id) {
<h3><a href="/logout.php">Logout</h2>
<h3><a href="/order.php">Order a new service</h2>
<h3><a href="/openticket.php">Open ticket</h2>
+ <h3><a href="/pay.html">Payment methodes</h2>
</div>
</div>
</main>
diff --git a/index.php b/index.php
index 83de5b5..7977da5 100644
--- a/index.php
+++ b/index.php
@@ -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>
diff --git a/pay.html b/pay.html
new file mode 100644
index 0000000..41b68d6
--- /dev/null
+++ b/pay.html
@@ -0,0 +1,36 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <link rel="stylesheet" type="text/css" href="/style.css">
+ <title>ARFNET CSTIMS</title>
+ </head>
+ <body>
+ <header><a href="https://arf20.com/">
+ <img src="arfnet_logo.png" width="64"><span class="title"><strong>ARFNET</strong></span>
+ </a></header>
+ <hr>
+ <main>
+ <div class="row">
+ <div class="col8">
+ <h2 class="center">ARFNET Client Service Ticket and Invoice Management System</h2>
+ <p>State of the art hosting solution with ultra personalised service</p>
+ <h3>Payment methodes</h3>
+ <ul>
+ <li><a href="https://paypal.me/arf20">Paypal</a></li>
+ <li>Monero: 83BQSqJM7pVi8hXaj7LTq47tuQ887XHmNiRcTGN9Ck3d7KDiRoRjYhFYj4X8uRyiDw8bqjDALryiBBxY9zoACt467s9DifT</li>
+ <li>Bank Transfer: ES7115830001189009555224</li>
+ <li>Bizum: +34 637 63 21 36</li>
+ <li>PO Box for cash<pre>
+Camino Hondo, Buzón 104
+30813, Lorca, Murcia, Spain
+ </pre></li>
+ </ul>
+ </div>
+ <div class="col2">
+ <h3><a href="/client.php">Back</h2>
+ </div>
+ </div>
+ </main>
+ </body>
+</html> \ No newline at end of file