summaryrefslogtreecommitdiff
path: root/index.html
blob: e1642fee0db239fff1bce19688a37111164723a1 (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&note=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>