diff options
Diffstat (limited to 'donate.html')
-rw-r--r-- | donate.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/donate.html b/donate.html index 4d6e500..e10c3a5 100644 --- a/donate.html +++ b/donate.html @@ -1,21 +1,20 @@ <!DOCTYPE html> <html> <head> - <meta charset="UTF-8"> + <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> + <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> @@ -392,6 +391,6 @@ Camino Hondo, Buzón 104 <tr><td>Yero</td><td>Me metió toda la fibra</td></tr> <tr><td>IES Ramon Arcas</td><td>Similar case to Telemag</td></tr> </table> - </main> + </main> </body> </html> |