diff options
author | Mark Powers <mark@marks.kitchen> | 2022-07-30 16:55:06 -0500 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2022-07-30 16:55:06 -0500 |
commit | eadb979910da546fd64b937a0d71d2a6c4f3f934 (patch) | |
tree | 7e72c26b8625b0202dc833a36d2fa8b04d0b56bb /src/html/email-success.html |
Diffstat (limited to 'src/html/email-success.html')
-rw-r--r-- | src/html/email-success.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/html/email-success.html b/src/html/email-success.html new file mode 100644 index 0000000..c191a7a --- /dev/null +++ b/src/html/email-success.html @@ -0,0 +1,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 sucess"> +</head> + +<body> + <div> + <h1> + Email + </h1> + <h2 id="status">Subscribed, thank you!</h2> + </div> + </div> +</body> + +</html> |