-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdonate.php
More file actions
executable file
·49 lines (40 loc) · 1.01 KB
/
donate.php
File metadata and controls
executable file
·49 lines (40 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?php
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="/style.css">
<title>ARFNET</title>
<style>
.title {
font-size: 36px;
}
header *{
display: inline-block;
}
*{
vertical-align: middle;
max-width: 100%;
}
.row {
display: flex;
}
</style>
</head>
<body>
<header>
<img src="arfnet_logo.png" width="64">
<span class="title"><strong>ARFNET</strong></span>
</header>
<hr>
<a class="home" href="/">Home</a><br>
<h2>ARFNET Donations</h2>
<p>To help amortizing and maintaining this system. You know, servers are expensive, and electricity is too in Spain.</p>
<h3>Paypal</h3>
<a href="https://paypal.me/arf20">https://paypal.me/arf20</a>
<h3>Physical shipping address for physical donations</h3>
<span>C\ Camino Hondo, Buzon Nº104</span><br>
<span>30813, Lorca, Murcia, Spain.</span>
</body>
</html>