diff options
Diffstat (limited to 'donate.html')
-rw-r--r-- | donate.html | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/donate.html b/donate.html new file mode 100644 index 0000000..f576e87 --- /dev/null +++ b/donate.html @@ -0,0 +1,29 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <link rel="stylesheet" type="text/css" href="/style.css"> + <link rel="stylesheet" type="text/css" href="/about.css"> + <title>ARFNET</title> + </head> + + <body> + <header><a href="/"> + <img src="arfnet_logo.png" width="64"> + <span class="title"><strong>ARFNET</strong></span> + </a></header> + <hr> + <main> + <h2 class="center">Donate</h2> + <p>Help the ARFNET cause by donating in several ways, to keep maintaining the systems offering your service</p> + <ul> + <li><a href="https://paypal.me/arf20">Paypal</a></li> + <li>Bizum: +34 637 63 21 36</li> + <li>PO Box: <pre> +Camino Hondo, Buzón 104 +30813, Lorca, Murcia, Spain. + </pre></li> + </ul> + </main> + </body> +</html> |