-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdonate.html
More file actions
28 lines (24 loc) · 1.1 KB
/
donate.html
File metadata and controls
28 lines (24 loc) · 1.1 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
<!DOCTYPE HTML>
<!--
My personal website. No part of this is to be used without my express written consent.
Compyright (c) Raymond Li 2019
Date of creation: 18/12/2018
-->
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Donate to Raymond Li (Raymo111)</title>
<meta charset="utf-8" />
<!-- Social Previews-->
<meta property="og:title" content="Donate to Raymond Li (Raymo111)">
<meta property="og:site_name" content="Raymond Li (Raymo111)">
<meta property="og:url" content="https://raymond.li/donate">
<meta property="og:image" content="https://raymond.li/assets/images/preview.png">
<meta property="og:description" content="Fund my goal of helping people to code!">
<meta name="twitter:card" content="summary_large_image">
<link rel="shortcut icon" href="assets/images/profile.png" type="image/x-icon">
<meta name="robots" content="no-index,no-follow">
<meta http-equiv="Refresh" content="0; url=https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7JV3FXDAJ64TS&source=url">
</head>
</html>