aboutsummaryrefslogtreecommitdiff
path: root/donate.html
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2023-12-28 23:29:28 +0100
committerarf20 <aruizfernandez05@gmail.com>2023-12-28 23:29:28 +0100
commit7c909fecf10fd8ae0d964318249f24e29f1eb476 (patch)
tree5a9c72aa7d7f17905c5789e9675c95c8f88a8b9f /donate.html
parentdfac607df2711498d3bf8b7bd935da857f962468 (diff)
downloadarfnet2-web-7c909fecf10fd8ae0d964318249f24e29f1eb476.tar.gz
arfnet2-web-7c909fecf10fd8ae0d964318249f24e29f1eb476.zip
Edit contact and index, add donate and service
Diffstat (limited to 'donate.html')
-rw-r--r--donate.html29
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>