Skip to content

Commit

Permalink
Add payment methodes
Browse files Browse the repository at this point in the history
  • Loading branch information
arf20 committed Mar 24, 2024
1 parent 2622018 commit bed5e2e
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions client.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<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>
Expand Down
36 changes: 36 additions & 0 deletions pay.html
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit bed5e2e

Please sign in to comment.