diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-08-13 13:41:27 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-08-13 13:41:27 -0500 |
commit | 8541ecceb35971c76b6cb13613597cd07f95d6e0 (patch) | |
tree | 1d0bf1bb200a71e5c79223564e15540153302994 /src/html/email-success.html | |
parent | 69d905dad713253b63da55fb044e68f8a6ed5a55 (diff) |
Remove client JS requirement from /email
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..db2dee2 --- /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"> +</head> + +<body> + <div> + <h1> + <a class="navigation" href="/" title="marks.kitchen"><</a> + Email + </h1> + <h2 id="status" v-if='show'>Success, thank you!</h2> + </div> + </div> +</body> + +</html>
\ No newline at end of file |