blob: 516a32cc276223e5a76916b2b669573e6f895ecd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Leave a Tip</title>
<link rel="stylesheet" href="../styles.css">
</head>
<body>
<section class="landing-page">
<div class="menu-container">
<ul class="menu-wrapper">
<li><a href="https://cash.app/$evanacohencash" class="button">CashApp</a></li>
<li><a href="venmo://paycharge?audience=private&amount=25¬e=Super%20Awesome%20Ski%20Instructor!&recipients=%2Cevanacohen&txn=pay" class="button">Venmo</a></li>
<li><a href="https://paypal.me/evanacohen?country.x=US&locale.x=en_US" class="button">PayPal</a></li>
</ul>
</div>
</section>
</body>
</html>
|