-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |