aboutsummaryrefslogtreecommitdiff
path: root/src/html/email-confirm.html
blob: 3fc6e1a4b0fb21d4803096ac489d23af4b8ba9cd (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>
    <title>Mark's Kitchen - Email</title>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <link rel="stylesheet" type="text/css" href="/css/styles.css">
    <meta name="description" content="Email unsubscribe">
</head>

<body>
    <div>
        <h1>
            Unsubcribe?
        </h1>
        <a href="confirm">Click to unsubscribe!</a>
        </div>
    </div>
</body>

</html>