aboutsummaryrefslogtreecommitdiff
path: root/src/html/email-success.html
blob: 65bc2e55f7c258b2a9430969c215a0b949c83c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!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 sucess">
</head>

<body>
    <div>
        <h1>
            <a class="navigation" href="/" title="marks.kitchen">&lt;</a>
            Email
        </h1>
        <h2 id="status" v-if='show'>Success, thank you!</h2>
        </div>
    </div>
</body>

</html>