-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (76 loc) · 2.22 KB
/
index.html
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<title>Dale Keegan</title>
<meta
property="og:title"
content="Dale Keegan's Cancer Treatment and Immunotherapy - PLEASE DONATE"
/>
<meta
property="og:description"
content="Dale has been diagnosed with stage 3B Metastatic Melanoma, he has been for 2 operations and requires a year of Immunotherapy treatments. These are extremely expensive and his medical aid has refused to cover the costs. PLEASE DONATE."
/>
<meta property="og:image" content="https://dalekeegan.co.za/dale.jpg" />
<meta
property="og:image:secure_url"
content="https://dalekeegan.co.za/dale.jpg"
/>
<meta property="og:url" content="https://dalekeegan.co.za" />
<meta property="og:type" content="website" />
<style>
html {
background-color: #02020e;
color: #eee;
font-family: Arial, Helvetica, sans-serif;
}
a,
a:visited {
color: #eee;
}
p {
margin: 1em;
margin-bottom: 2em;
}
@media (max-width: 768px) {
p {
margin-bottom: 3em;
}
}
</style>
<meta
http-equiv="refresh"
content="2;https://www.backabuddy.co.za/champion/project/dales-cancer-treatment-and-immunotherapy"
/>
</head>
<body>
<h1>Dale Keegan</h1>
<p>
Dale has been diagnosed with stage 3B Metastatic Melanoma, he has been for
2 operations and requires a year of Immunotherapy treatments. These are
extremely expensive and his medical aid has refused to cover the costs.
PLEASE DONATE.
</p>
<p>
Please donate to
<strong>
<a
href="https://www.backabuddy.co.za/champion/project/dales-cancer-treatment-and-immunotherapy"
>Dale's fundraiser on backabuddy.co.za</a
>
</strong>
</p>
<p>
<a
href="https://www.backabuddy.co.za/champion/project/dales-cancer-treatment-and-immunotherapy"
>
<img
src="dale.jpg"
alt="Dale Keegan playing drums"
style="max-width:100%"
/>
</a>
</p>
</body>
</html>